Make Copyright year in footer machine readable

This commit is contained in:
Jonas Tobias Hopusch 2021-09-15 21:28:10 +02:00
parent 2810b35674
commit 319c02fabc
Failed to generate hash of commit
1 changed files with 6 additions and 2 deletions

View File

@ -50,8 +50,12 @@
<hr />
<footer>
<p>
Copyright {{ now() | date(format="%Y", timezone="Europe/Berlin")
}} Jonas Tobias Hopusch (<a
<!--{% set current_year = now() | date(format="%Y",
timezone="Europe/Berlin") %} -->
Copyright
<time datetime="{{ current_year }}">{{ current_year }}</time>
Jonas Tobias Hopusch (<a
rel="noreferer"
href="https://gitlab.com/jotoho"
>@jotoho</a