fix: clean up html/njk formatting

This commit is contained in:
Devin Haska 2024-02-04 10:53:11 -08:00
parent a65a26ebe4
commit 9b773d7ce2
5 changed files with 45 additions and 61 deletions

View file

@ -3,12 +3,8 @@ layout: base
---
<p>{{ date }}</p>
<h1>{{ title }}</h1>
<ul>
{% for category in categories %}
<li>#{{ category }}</li>
{% endfor %}
{% for category in categories %}<li>#{{ category }}</li>{% endfor %}
</ul>
{{ content | safe }}