diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-05 11:11:44 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-05 11:11:44 -0500 |
commit | 9f7911afddbbe2e700b4190e4d29fba7ab23b1b8 (patch) | |
tree | 010fcea496546f691bc825cba7fd96b7e6f1e91f | |
parent | 872b6544e51120325254f2bfd356a417a01f8494 (diff) | |
download | cleberg.net-9f7911afddbbe2e700b4190e4d29fba7ab23b1b8.tar.gz cleberg.net-9f7911afddbbe2e700b4190e4d29fba7ab23b1b8.tar.bz2 cleberg.net-9f7911afddbbe2e700b4190e4d29fba7ab23b1b8.zip |
fix footer timestamp tag
-rw-r--r-- | theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 722ae04..0759cd5 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -31,7 +31,7 @@ | <a href="ethereum:0x11255046Ccd637f1ACc78ae7c8849870f85638B3">ETH</a> | <a href="bitcoin:bc1qw4rg9rsxru2j6kvda3ehl5uc38tygdnd5tu5j2">BTC</a> </p> - <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> + <p>Last build: <<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>></p> <p> <a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> · <a href="https://github.com/ccleberg/cleberg.net" target="_blank" |