fix: clean up html/njk formatting
This commit is contained in:
parent
a65a26ebe4
commit
9b773d7ce2
5 changed files with 45 additions and 61 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue