feat: render year additionally during site generation

This commit is contained in:
Stefan Imhoff
2026-01-29 20:50:17 +01:00
committed by Stefan Imhoff
parent ecc3302e33
commit 931402c2f2

View File

@@ -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 () {