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 '2019-07-30-recipe:-mojopicón.cfg.php';
require 'templates/blog-header.php';
?>
<p>Mojopicón is a Spanish spicy sauce recipe. It goes extremely well with meats, fish, on sandwiches (including burgers and hot dogs), but is mostly used as a dip (really good with french fries). It's extremely simple to make, and quite cheap as well, although it has quite the variety of spices.</p>
<p>To make mojopicón you will require a blender, preferably a hand-held blender.</p>
@ -22,3 +27,7 @@
<p>¡Que aproveche!</p>
<?php
require 'templates/blog-footer.php';
?>