mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: render year additionally during site generation
This commit is contained in:
committed by
Stefan Imhoff
parent
ecc3302e33
commit
931402c2f2
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<time id="legal-date">2006–</time>
|
<time id="legal-date">2006–{new Date().getFullYear()}</time>
|
||||||
|
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
(function () {
|
(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user