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-04-28-the-idolatry-of-technology.cfg.php';
require 'templates/blog-header.php';
?>
<p>Despite being a computer engineer (student), I am actually quite
skeptical of technology and new technological innovations, especially
the more complex and interdependent they become. My exposure to
@ -67,3 +72,7 @@ soul form part of oneself.</p>
but I do hope that it gives you, the reader, something to think about
with regards to your relationship with technology in your life, and your
attitude towards technology.</p>
<?php
require 'templates/blog-footer.php';
?>