text($markdown); } else { // Fallback to list if slug not found $postParam = null; } } // If no valid post requested → show list of all posts if (!$postParam) { $files = array_reverse(glob($postsDir . '*.md')); // newest first $content = ""; $title = "Blog"; } ?> <?= htmlspecialchars($title) ?>