From 188b52667319ca92d967bdc42a5f921c9761ff70 Mon Sep 17 00:00:00 2001 From: jaysuk Date: Mon, 13 Nov 2023 09:51:12 +0000 Subject: [PATCH] Update footer to include site generated date and page update date (#119) --- docs/_includes/footer_custom.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_includes/footer_custom.html b/docs/_includes/footer_custom.html index f12739ba..1d54d9d5 100644 --- a/docs/_includes/footer_custom.html +++ b/docs/_includes/footer_custom.html @@ -1,3 +1,4 @@

- Copyright (c) {{ site.time | date: '%Y' }}, VzBot. All rights reserved. -VzBot by https://github.com/VzBoT3D is licensed under a CC BY-NC-SA 4.0 International License.

\ No newline at end of file + Copyright (c) {{ site.time | date: '%Y' }}, VzBot. All rights reserved.
+ {% if page.last_updated %}Page last updated: {{page.last_updated}}
{% endif %} Site last generated: {{ site.time | date: "%d/%m/%Y" }}
+VzBot by https://github.com/VzBoT3D is licensed under a CC BY-NC-SA 4.0 International License.