begin actual theming

This commit is contained in:
lynxize 2024-11-12 22:09:20 -07:00
parent 51c0a6b30e
commit d995b97ad8
5 changed files with 26 additions and 10 deletions

View file

@ -4,6 +4,6 @@
<h1 class="title">
{{ page.title }}
</h1>
<p class="subtitle"><strong>{{ page.date }}</strong></p>
<p class="subtitle"><strong>{{ page.date }}</strong>{%if page.updated %} &ensp; Updated {{page.updated}}{% endif %}</p>
{{ page.content | safe }}
{% endblock content %}