@@ -495,6 +507,29 @@ include __DIR__ . '/partials/head.php';
+ $r['slug'],
+ 'title' => $r['title'],
+ 'hero' => $r['hero'],
+ 'difficulty' => $r['difficulty'],
+ 'total_time' => (int)($r['total_time'] ?? 0),
+ 'url' => '/recipe.php?slug=' . urlencode($r['slug']) . '&lang=' . $lang,
+ 'tags' => $r['tags'] ?? [],
+ 'category' => $r['category'] ?? ''
+ ];
+}, $localizedAll)));
+?>
+