[12/11/23] Adding CSS and JS for new post
This commit is contained in:
parent
0408b374e7
commit
059878220a
3 changed files with 427 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue