commit
32f80e3feb
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>
|
</h1>
|
||||||
{{ page.subtitle }}
|
{{ page.subtitle }}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
{% include defaultFooter.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -9,3 +9,4 @@ layout: default
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
{% include postFooter.html %}
|
||||||
|
@ -38,4 +38,13 @@ div.content {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #1a1b26;
|
||||||
|
color: #a9b1d6;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #9ece6a;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user