Add example file.

This commit is contained in:
2022-11-08 15:58:20 +01:00
parent 7c1aec3497
commit 805139d2ca
10 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
include("site/blog/000-first.cfg.php");
$title = $blog_title;
include("templates/header.html.php");
?>
<p>My first blog post.</p>
<?php
include("templates/footer.html.php");
?>