delete blog directory

This commit is contained in:
CJSatnarine
2025-03-31 19:30:00 -04:00
parent a24f483331
commit 82599fbe25
33 changed files with 15 additions and 14 deletions

10
templates/blog-page.html Normal file
View File

@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block content %}
<h1 id="title" class="title">
{{ page.title }}
</h1>
<h3 id="subtitle" class="subtitle"><strong>{{ page.authors }} | {{ page.date }} </strong></h3>
{{ page.content | safe }}
{% endblock content %}