diff options
| author | Christian Cleberg <[email protected]> | 2025-03-22 15:53:38 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-03-22 15:53:38 -0500 |
| commit | d3cc229188853de7030597783a983e9c4a8f1a1e (patch) | |
| tree | 2d72dce0f3f9a0aacda00ac63f83d7fdb0451925 | |
| parent | f65f154a23f95014b1bd57ec78be42fa48057594 (diff) | |
| download | cleberg.net-d3cc229188853de7030597783a983e9c4a8f1a1e.tar.gz cleberg.net-d3cc229188853de7030597783a983e9c4a8f1a1e.tar.bz2 cleberg.net-d3cc229188853de7030597783a983e9c4a8f1a1e.zip | |
add uptime link to footer
| -rw-r--r-- | theme/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index f5ca850..8896071 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -33,6 +33,7 @@ </p> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> + <a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> · <a href="https://github.com/ccleberg/cmc.pub" target="_blank" rel="noopener">Source Code</a> · <a href="/feed.xml">RSS Feed</a> · |
