aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-08-22 09:18:21 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2024-08-22 09:18:49 -0700
commit8c83fd2669d37ea695b90a2a846b7f1d7b1b8b34 (patch)
tree5a29f50b656cf3343302fac28ae7292c2d0803ee /_includes
parentAdd deprecation warning for ia64 (diff)
downloadwww-8c83fd2669d37ea695b90a2a846b7f1d7b1b8b34.tar.gz
www-8c83fd2669d37ea695b90a2a846b7f1d7b1b8b34.tar.bz2
www-8c83fd2669d37ea695b90a2a846b7f1d7b1b8b34.zip
footer: add generation timestamp
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/layout/footer.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html
index 4802dfd..997b984 100644
--- a/_includes/layout/footer.html
+++ b/_includes/layout/footer.html
@@ -38,10 +38,14 @@
</small>
</div>
<div class="col-xs-1 col-md-1">
- <strong class="text-dark">Version</strong><br>
+ <strong class="text-dark">Version</strong><br />
<small>
<a class="text-dark" href="https://gitweb.gentoo.org/sites/www.git/commit/?id={% render_version %}">{% render_version %}</a>
</small>
+ <strong class="text-dark">Generated</strong><br />
+ <small>
+ <span class="text-dark">Generated: {% render_generation_timestamp %}</span>
+ </small>
</div>
</div>
</div>