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,2 +1,11 @@
<?php
require 'config.php';
require '2019-10-01-recent-website-unavailability.cfg.php';
require 'templates/blog-header.php';
?>
<p>I had not noticed this until someone thankfully brought it up to me last Friday, that my website was down. After looking into it, it turns out that the VPS provider was having issues with a server migration they were doing. They seem to have fixed their problem now, so we're back to business-as-usual.</p>
<?php
require 'templates/blog-footer.php';
?>