diff --git a/index.php b/index.php index a2fa426..fbc5d9d 100644 --- a/index.php +++ b/index.php @@ -315,9 +315,9 @@ $router->get('/manage/{uuid}', function ($uuid) { include 'views/common/footer.php'; }); -$router->get('/blog/{title}', function ($title) { +$router->get('/blog', function () { include 'views/common/head.php'; - include 'views/blog/' . $title . '.php'; + include 'views/blog.php'; include 'views/common/footer.php'; }); diff --git a/views/blog.php b/views/blog.php new file mode 100644 index 0000000..66f5a77 --- /dev/null +++ b/views/blog.php @@ -0,0 +1,11 @@ + +
+
+

News and Updates

+ Dinner in the Woods is Only 5 Weeks Away! +
+
+
+
+
+
\ No newline at end of file