Worked out a class to easily include subpages/content and put the footer in a function
This commit is contained in:
4
content/about.html
Normal file
4
content/about.html
Normal 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
6
content/contact.html
Normal 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>
|
||||
|
||||
|
Reference in New Issue
Block a user