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,3 +1,8 @@
<?php
require 'config.php';
require '2021-02-10-be-less-internet-dependent.cfg.php';
require 'templates/blog-header.php';
?>
<p>Recently I was studying for an exam. Normally I do this by
downloading the material to my computer (typically PDF documents) so I
can have access to it locally. I could most definitely simply view it in
@ -39,3 +44,7 @@ your life more difficult?" one may hear. This results in all kinds of
situations where, since those in charge of choosing the method of
communication or the technologies used for a project will often choose
that which is most convenient.</p>
<?php
require 'templates/blog-footer.php';
?>