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 '2025-02-13-contextualizing-scripture.cfg.php';
require 'templates/blog-header.php';
?>
<p>
Generally when reading the Holy Scriptures I like to read from a Bible that
contains a lot of footnotes. In one of them (a large edition of the Jerusalem
@ -62,3 +67,7 @@ understand the meaning behind the words of the text. We must remember that
Scripture, like any sign, is a visible symbol of an invisible (and spiritual)
reality.
</p>
<?php
require 'templates/blog-footer.php';
?>