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-02-12-an-analogy-for-purgatory.cfg.php';
require 'templates/blog-header.php';
?>
<p>Purgatory is perhaps one of the most misunderstood Catholic doctrine.
So much so that even many Catholics have difficulty understanding it.
Protestants will err in saying that it's a sort of waiting room before a
@ -44,3 +49,7 @@ true for wounds of the soul? Our souls require healing and
purification.</p>
<label id="r1" >[1]</label> <i>Catechism of the Catholic Church</i> § 1871
<?php
require 'templates/blog-footer.php';
?>