summaryrefslogtreecommitdiff
path: root/zola/templates/page.html
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-06-10 15:31:22 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-06-10 15:31:22 -0300
commitad65e6855a66823787a5045a1c342402627da2eb (patch)
tree3ee850f6edcc33db88d658e0ce7f58c1177ebcf7 /zola/templates/page.html
parentff0fbd98ca856bae6eef06408588a6308d021431 (diff)
more music, and adding tor at home experienceHEADmaster
Diffstat (limited to 'zola/templates/page.html')
-rw-r--r--zola/templates/page.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/zola/templates/page.html b/zola/templates/page.html
index bad9764..231be36 100644
--- a/zola/templates/page.html
+++ b/zola/templates/page.html
@@ -11,9 +11,9 @@
{% endblock %}
{% block content %}
<article title="{{ page.title }}">
- {{ page.description }}<br/>
- Created: <em>{{ page.date }}</em>
- {% if page.updated %} <br/>Updated: <em>{{ page.updated }}</em> {% endif %}
+ <em>Created:</em> {{ page.date }}<br/>
+ {% if page.updated %}<em>Updated:</em> {{ page.updated }}<br/> {% endif %}
+ <br/><em>Description:</em> {{ page.description }}<br/>
{{ page.content | safe }}
</article>
{% endblock %}