diff options
| author | Christian Cleberg <[email protected]> | 2024-05-07 08:50:14 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-07 08:50:14 -0500 |
| commit | aa116464edb50445f2ac3f55a7f031f5bbd53a5f (patch) | |
| tree | 2e9e2bda1346f979371b00578c1c15a7924f5c8b /templates/base.html | |
| parent | 4bd6ccefafc7de67986e1711bae2d8bf9e457475 (diff) | |
| download | cleberg.net-aa116464edb50445f2ac3f55a7f031f5bbd53a5f.tar.gz cleberg.net-aa116464edb50445f2ac3f55a7f031f5bbd53a5f.tar.bz2 cleberg.net-aa116464edb50445f2ac3f55a7f031f5bbd53a5f.zip | |
update git links from gitweb to sourcehut
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 140ba9a..a645150 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,7 +42,7 @@ <footer> <p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p> - <p><a href="https://git.cleberg.net/?p=cleberg.net.git;a=summary" + <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> </footer> |
