aboutsummaryrefslogtreecommitdiff
path: root/templates/wiki.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-05-01 21:45:52 -0500
committerChristian Cleberg <[email protected]>2024-05-01 21:45:52 -0500
commit7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /templates/wiki.html
parent7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff)
downloadcleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz
cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2
cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip
prettier formatting and rewrap lines
Diffstat (limited to 'templates/wiki.html')
-rw-r--r--templates/wiki.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/wiki.html b/templates/wiki.html
index a61d197..28ef97f 100644
--- a/templates/wiki.html
+++ b/templates/wiki.html
@@ -10,7 +10,7 @@
{% for page in section.pages %}
<div class="wiki-post">
<p><a href="/wiki/{{ page.slug }}/">{{ page.title }}</a></p>
- <time datetime="{{ page.updated | date(format='%Y-%m-%d %H:%M:%S') }}">{{ page.updated | date(format='%Y-%m-%d')}}</p>
+ <time datetime="{{ page.updated | date(format='%Y-%m-%d %H:%M:%S')
+ }}">{{ page.updated | date(format='%Y-%m-%d')}}</p>
</div>
-{% endfor %}
-{% endblock content %}
+{% endfor %} {% endblock content %}