Add header & footer to blog posts.

This commit is contained in:
2025-02-17 13:06:49 +01:00
parent 6f6725cb7a
commit 04648315a8
164 changed files with 1476 additions and 0 deletions

View File

@ -1,4 +1,13 @@
<?php
require 'config.php';
require '2016-05-18-hello-world.cfg.php';
require 'templates/blog-header.php';
?>
<p>Welcome to my blog. In the most recent update of my website I decided to create a blog along with all my other content. I hope to keep this blog less personal and more oriented towards technology, but we will see how things play out.</p>
<p>All my normal content will still be available on the website, I'm just adding a blog to the list.</p>
<?php
require 'templates/blog-footer.php';
?>