Add header & footer to blog posts.
This commit is contained in:
@ -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';
|
||||
?>
|
Reference in New Issue
Block a user