From d87ac71bc50fe2f0e3c204190cced69379a8fbf9 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Wed, 27 Nov 2024 10:17:40 -0300 Subject: adding description and creation date to articles --- zola/templates/page.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zola/templates/page.html') 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 %}
+ {{ page.description }}
+ Created: {{ page.date }} + {% if page.updated %}
Updated: {{ page.updated }} {% endif %} {{ page.content | safe }}
{% endblock %} -- cgit v1.2.3