We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1cea0 commit b697a79Copy full SHA for b697a79
website/layouts/templates/base.shtml
@@ -12,6 +12,9 @@
12
<meta property="og:type" content="website">
13
<link rel="stylesheet" href="$site.asset('style.css').link()">
14
<link rel="icon" href="$site.asset('favicon.ico').link()" type="image/x-icon">
15
+
16
+ <meta name="build-date" content="$build.generated.formatHTTP()">
17
18
<script>
19
function navigateToVersion() {
20
const version = document.getElementById('versionSelect').value;
@@ -26,6 +29,7 @@
26
29
<nav>
27
30
<div class="upper-header">
28
31
<img class="logo" src="$site.asset('logo-text-brightmode.svg').link()">
32
+ <div>Build Date: <ctx :text="$build.generated.formatHTTP()"></ctx></div>
33
</div>
34
<hr>
35
<div class="navbar">
0 commit comments