4 lines
296 B
HTML
4 lines
296 B
HTML
<div class="container site-footer" >
|
|
{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
|
|
<p>{{ t.strftime("%Y") }} | Erstellt mit <span class="heart">♥</span> von <a href="/ueber-mich/">Tobias Radloff</a></p>
|
|
</div> |