Renamed title and added better navbar. Added free cookie distribution.

This commit is contained in:
WickedJack99
2025-07-29 11:18:11 +02:00
parent 83a6e0e0de
commit a717c487dd
4 changed files with 39 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ $posts = glob('posts/*.md');
rsort($posts);
?>
<h1>Blog</h1>
<h1>Jacks Blog</h1>
<ul>
<?php foreach ($posts as $post):
$slug = basename($post, '.md');