Worked out a class to easily include subpages/content and put the footer in a function

This commit is contained in:
2014-06-28 15:13:12 +02:00
parent d5077b085a
commit 2f5b8734c4
7 changed files with 122 additions and 21 deletions

4
content/about.html Normal file
View File

@@ -0,0 +1,4 @@
<h2>About</h2>
<p>
This is my blog about everything and nothing, please enjoy!
</p>

6
content/contact.html Normal file
View File

@@ -0,0 +1,6 @@
<h2>Contact</h2>
<p>
Please feel free to contact me at <a href="mailto:name@example.tld">name@example.tld</a>
</p>