9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
---
|
||
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>
|