Add header & footer to blog posts.
This commit is contained in:
@ -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';
|
||||
?>
|
Reference in New Issue
Block a user