aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>