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 '2020-09-06-the-authentic.cfg.php';
require 'templates/blog-header.php';
?>
<p>A while back I had read an article by <i>The Art of Manliness</i> on
why we shouldn't be <i>authentic</i>, but rather <i>artificial</i>.
<sup><a href="#r1" >[1]</a></sup> The logic was that being
@ -63,3 +68,7 @@ as we truly live out our real nature.</p>
target="_blank" >https://lukesmith.xyz/poetic.html</a>
</p>
<?php
require 'templates/blog-footer.php';
?>