From d27c94ba4e1ac7b646e8ec24a7887e99706aeddd Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Tue, 1 Aug 2023 13:33:20 +0100 Subject: hello-world: update website link, and flake-utils note, added updated info --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 @@

{{ page.title }}

{% if page.date %} - {{ page.date }} +

{{ page.date }} {% if page.updated %}(updated on {{ page.updated }}){% endif %}

{% endif %} {{ page.content | safe }}
-- cgit v1.2.3