[14/01/24] Adding footer

This commit is contained in:
Andrew Conlin 2024-01-14 10:09:19 +00:00
parent 6e846024dc
commit 736115820b
4 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<br>
<div style="text-align: center;">
<i>
Made with 💕 (and Jekyll)<br>
© Andrew Conlin 2023-2024<br>
All rights reverse engineered
</i>
</div>

View File

@ -0,0 +1,4 @@
<hr><br>
<div style="text-align: center;">
<i>Issues or comments? <a href="mailto:andrew@andrewconl.in">Email me!</a></i>
</div>

View File

@ -28,6 +28,7 @@
</h1>
{{ page.subtitle }}
{{ content }}
{% include defaultFooter.html %}
</div>
</div>
</body>

View File

@ -9,3 +9,4 @@ layout: default
<hr>
{{ content }}
{% include postFooter.html %}