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-10-12-modernism.cfg.php';
require 'templates/blog-header.php';
?>
<blockquote>
<i>"The Catholic Church never suits the particular mood of any age,
because it was made for all ages. A Catholic knows that if the
@ -90,3 +95,7 @@ reason, historical human experience, and God Himself in agreement with
reason. As such, it is a philosophy that must be wholly rejected and
repudiated.</p>
<?php
require 'templates/blog-footer.php';
?>