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 '2016-05-25-small-talk.cfg.php';
require 'templates/blog-header.php';
?>
<p>In my post about the television I mentioned very briefly the issue of
'small talk'. First, I would like to make it clear that I am not talking
about <a href="https://en.wikipedia.org/wiki/Smalltalk" target="_blank" >SmallTalk</a>
@ -29,3 +34,7 @@ march into uncharted waters where their opinions are at stake of being
disproven by reason and evidence (in which case your opinions are most
likely either wrong, incomplete, or unfounded to begin with).</p>
<?php
require 'templates/blog-footer.php';
?>