[12/11/23] Adding CSS and JS for new post

This commit is contained in:
Andrew Conlin 2023-11-12 17:34:07 +00:00
parent 0408b374e7
commit 059878220a
3 changed files with 427 additions and 4 deletions

View file

@ -17,12 +17,12 @@
<div class="container text-start">
{% include nav.html %}
<div class="col col-md-9 content">
<h1 style="font-family: Geist Bold;">
{{ page.title }}
<h1 style="font-family: Geist Bold;">
{{ page.title }}
</h1>
<p>
{{ page.subtitle }}
</p>
</p>
{{ content }}
<br>
<br>
@ -31,4 +31,4 @@
</body>
</html>
</html>