aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-06-04 23:44:11 -0500
committerChristian Cleberg <hello@cleberg.net>2024-06-04 23:44:11 -0500
commit13581edbe8a9a11aa1f80bee0574cde8f5458ebf (patch)
treec92308e9f149acd8794deb311a5721d327559d3c /templates/base.html
parent4dfdc308dd39f0b4e0a6d63bbf68a3165f505b48 (diff)
downloadcleberg.net-13581edbe8a9a11aa1f80bee0574cde8f5458ebf.tar.gz
cleberg.net-13581edbe8a9a11aa1f80bee0574cde8f5458ebf.tar.bz2
cleberg.net-13581edbe8a9a11aa1f80bee0574cde8f5458ebf.zip
update footer formatting
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index a645150..56b2be7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,10 +41,13 @@
<main>{% block content %}{% endblock content %}</main>
<footer>
- <p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p>
- <p><a href="https://git.sr.ht/~cyborg/cleberg.net"
- target="_blank" rel="noopener">Source Code</a></p>
- <p><a href="/atom.xml">Atom RSS Feed</a></p>
+ <p>Last build: &lt;{{ now() | date(format='%Y-%m-%d %a %H:%M:%S') }}&gt;</p>
+ <p>
+ <a href="https://git.sr.ht/~cyborg/cleberg.net"
+ target="_blank" rel="noopener">Source Code</a>
+ &middot;
+ <a href="/atom.xml">Atom RSS Feed</a>
+ </p>
</footer>
</body>
</html>