[14/01/24] Adding footer
This commit is contained in:
parent
6e846024dc
commit
736115820b
8
_includes/defaultFooter.html
Normal file
8
_includes/defaultFooter.html
Normal 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>
|
4
_includes/postFooter.html
Normal file
4
_includes/postFooter.html
Normal 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>
|
@ -28,6 +28,7 @@
|
||||
</h1>
|
||||
{{ page.subtitle }}
|
||||
{{ content }}
|
||||
{% include defaultFooter.html %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -9,3 +9,4 @@ layout: default
|
||||
<hr>
|
||||
|
||||
{{ content }}
|
||||
{% include postFooter.html %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user