aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-06-04 23:44:11 -0500
committerChristian Cleberg <[email protected]>2024-06-04 23:44:11 -0500
commit9c0307bd5e334491d58f4bb6879d0f32aff603a0 (patch)
treec92308e9f149acd8794deb311a5721d327559d3c /templates
parent8cfe0d51e2767dd95c597903a6cfecd164529965 (diff)
downloadcleberg.net-9c0307bd5e334491d58f4bb6879d0f32aff603a0.tar.gz
cleberg.net-9c0307bd5e334491d58f4bb6879d0f32aff603a0.tar.bz2
cleberg.net-9c0307bd5e334491d58f4bb6879d0f32aff603a0.zip
update footer formatting
Diffstat (limited to 'templates')
-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>