start work moving to serene theme

This commit is contained in:
Aaron Honeycutt 2024-11-22 11:01:45 -07:00
parent e112d63d51
commit 06ec754229
78 changed files with 1552 additions and 140 deletions

9
templates/blog-page.html Normal file
View file

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