diff options
author | Alexandre Jesus <adbjesus@gmail.com> | 2023-08-01 13:33:20 +0100 |
---|---|---|
committer | Alexandre Jesus <adbjesus@gmail.com> | 2023-08-01 13:33:20 +0100 |
commit | d27c94ba4e1ac7b646e8ec24a7887e99706aeddd (patch) | |
tree | 7d5cc7cc7448a074d537675543402264e7673672 /templates | |
parent | 5a683a0f6e6334d614da52aa6b2fb948454b7e46 (diff) | |
download | adbjesus.com-d27c94ba4e1ac7b646e8ec24a7887e99706aeddd.tar.gz adbjesus.com-d27c94ba4e1ac7b646e8ec24a7887e99706aeddd.zip |
hello-world: update website link, and flake-utils note, added updated info
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.html | 2 |
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> |