diff options
| author | Christian Cleberg <[email protected]> | 2024-12-27 10:20:15 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-12-27 10:20:15 -0600 |
| commit | f6ecc0e117dd1314888aaee79212d797bd3dfa4d (patch) | |
| tree | 9837494bbc74fe5cd5004da45ff2246948af7938 /theme/templates/base.html | |
| parent | bb22183d0a381949f560cb96fd8873a3197f6bc3 (diff) | |
| download | cleberg.net-f6ecc0e117dd1314888aaee79212d797bd3dfa4d.tar.gz cleberg.net-f6ecc0e117dd1314888aaee79212d797bd3dfa4d.tar.bz2 cleberg.net-f6ecc0e117dd1314888aaee79212d797bd3dfa4d.zip | |
update git links
Diffstat (limited to 'theme/templates/base.html')
| -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 cbadb28..510c5b6 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -31,7 +31,7 @@ <footer> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> - <a href="https://sr.ht/~cyborg/cleberg.net" target="_blank" + <a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a> · <a href="/feed.xml">RSS Feed</a> </p> |
