Seed from NAS prod snapshot 20260130-190531
This commit is contained in:
8
src/components/BuildStamp.astro
Normal file
8
src/components/BuildStamp.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import { SITE_RELEASE, BUILD_TIME_ISO } from "../lib/buildInfo";
|
||||
---
|
||||
<footer class="build-stamp" aria-label="Informations d’édition">
|
||||
<small>
|
||||
Édition web — release <strong>{SITE_RELEASE}</strong> · build <time datetime={BUILD_TIME_ISO}>{BUILD_TIME_ISO}</time>
|
||||
</small>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user