diff --git a/post.php b/post.php index 61ee031..5845f54 100644 --- a/post.php +++ b/post.php @@ -6,7 +6,7 @@ $slug = $_GET['slug'] ?? ''; $filepath = "posts/$slug.md"; if (!preg_match('/^[a-zA-Z0-9\-]+$/', $slug) || !file_exists($filepath)) { - echo "

Beitrag nicht gefunden.

"; + echo "

Post not found.

"; include 'includes/footer.php'; exit; }