aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/footer.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
committerfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
commite284d708d377b76f7484f9ddd5fd055c2c75f18a (patch)
tree9f6bad9d88901a80a49c73b2bf3ab7bbd3d3b648 /templates/partials/footer.html
parent91c4cd062960cfc9f81e4816c58844aa8413745d (diff)
simplify css, add image gradient, fix rss path
Diffstat (limited to 'templates/partials/footer.html')
-rw-r--r--templates/partials/footer.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 472d9ea..b9db931 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -1,4 +1,6 @@
<footer>
<hr class="divider" style="border-top: 2px solid #bbb;">
-<p>Code under AGPL, content under CC by SA.</p>
+<p>Code under AGPL, content under CC by SA. <br>
+Last updated on <time>%T</time></p>
+
</footer>