Make Copyright year in footer machine readable
This commit is contained in:
parent
2810b35674
commit
319c02fabc
1 changed files with 6 additions and 2 deletions
|
@ -50,8 +50,12 @@
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Copyright {{ now() | date(format="%Y", timezone="Europe/Berlin")
|
<!--{% set current_year = now() | date(format="%Y",
|
||||||
}} Jonas Tobias Hopusch (<a
|
timezone="Europe/Berlin") %} -->
|
||||||
|
|
||||||
|
Copyright
|
||||||
|
<time datetime="{{ current_year }}">{{ current_year }}</time>
|
||||||
|
Jonas Tobias Hopusch (<a
|
||||||
rel="noreferer"
|
rel="noreferer"
|
||||||
href="https://gitlab.com/jotoho"
|
href="https://gitlab.com/jotoho"
|
||||||
>@jotoho</a
|
>@jotoho</a
|
||||||
|
|
Loading…
Reference in a new issue