modified footer text

This commit is contained in:
eclipse 2025-05-21 17:33:31 +02:00
parent 02faf783f8
commit 1c36817daf

View File

@ -1,4 +1,4 @@
<div class="container site-footer" > <div class="container site-footer" >
{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %} {% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
<p>{{ t.strftime("%Y") }} erstellt mit <a href="https://www.getpelican.com/" target="_blank">Pelican</a> und viel <span class="heart">&#9829;</span> von <a href="/ueber-mich/">Tobias Radloff</a></p> <p>{{ t.strftime("%Y") }} | Erstellt mit <span class="heart">&#9829;</span> von <a href="/ueber-mich/">Tobias Radloff</a></p>
</div> </div>