Make time or date mentions machine-parsable using time tag #1
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue