diff options
| author | Christian Cleberg <[email protected]> | 2024-06-04 23:44:11 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-06-04 23:44:11 -0500 |
| commit | 9c0307bd5e334491d58f4bb6879d0f32aff603a0 (patch) | |
| tree | c92308e9f149acd8794deb311a5721d327559d3c | |
| parent | 8cfe0d51e2767dd95c597903a6cfecd164529965 (diff) | |
| download | cleberg.net-9c0307bd5e334491d58f4bb6879d0f32aff603a0.tar.gz cleberg.net-9c0307bd5e334491d58f4bb6879d0f32aff603a0.tar.bz2 cleberg.net-9c0307bd5e334491d58f4bb6879d0f32aff603a0.zip | |
update footer formatting
| -rw-r--r-- | templates/base.html | 11 |
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: <{{ now() | date(format='%Y-%m-%d %a %H:%M:%S') }}></p> + <p> + <a href="https://git.sr.ht/~cyborg/cleberg.net" + target="_blank" rel="noopener">Source Code</a> + · + <a href="/atom.xml">Atom RSS Feed</a> + </p> </footer> </body> </html> |
