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-01-13-recipe:-pollo-picantito.cfg.php';
require 'templates/blog-header.php';
?>
<p>This dish, literally meaning <i>spicy chicken</i>, is not Spanish in origin. In fact, it's probably Latin American. The ingredients are simple and (depending on where you live) cheap.</p>
<p>Ingredients:</p>
@ -26,3 +31,7 @@
<p>When the food is done, you can serve by adding rice to your plate and then adding some sauce on top.</p>
<?php
require 'templates/blog-footer.php';
?>