cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
1579266a10407bb7b0eaf30b704ff0ce5a091baf
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-03-15T22:29:58Z
templates/wiki.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -10,7 +10,7 @@ {% for page in section.pages %} <div class="wiki-post"> <p><a href="/wiki/{{ page.slug }}/">{{ page.title }}</a></p> - <p>{{ page.updated }}</p> + <time datetime="{{ page.updated | date(format='%Y-%m-%d %H:%M:%S') }}">{{ page.updated | date(format='%Y-%m-%d')}}</p> </div> {% endfor %} {% endblock content %}