summaryrefslogtreecommitdiff
path: root/zola
diff options
context:
space:
mode:
Diffstat (limited to 'zola')
-rw-r--r--zola/templates/page.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/zola/templates/page.html b/zola/templates/page.html
index 180bd84..bad9764 100644
--- a/zola/templates/page.html
+++ b/zola/templates/page.html
@@ -11,6 +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 %}
{{ page.content | safe }}
</article>
{% endblock %}