summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2023-08-01 13:33:20 +0100
committerAlexandre Jesus <adbjesus@gmail.com>2023-08-01 13:33:20 +0100
commitd27c94ba4e1ac7b646e8ec24a7887e99706aeddd (patch)
tree7d5cc7cc7448a074d537675543402264e7673672 /templates/page.html
parent5a683a0f6e6334d614da52aa6b2fb948454b7e46 (diff)
downloadadbjesus.com-d27c94ba4e1ac7b646e8ec24a7887e99706aeddd.tar.gz
adbjesus.com-d27c94ba4e1ac7b646e8ec24a7887e99706aeddd.zip
hello-world: update website link, and flake-utils note, added updated info
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index f3a86d8..d576bf6 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -4,7 +4,7 @@
<h2>{{ page.title }}</h2>
<div class="content">
{% if page.date %}
- <span>{{ page.date }}</span>
+ <p>{{ page.date }} {% if page.updated %}(updated on {{ page.updated }}){% endif %}</p>
{% endif %}
{{ page.content | safe }}
</div>