diff options
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | theme/templates/base.html | 2 | ||||
-rw-r--r-- | theme/templates/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -63,5 +63,5 @@ cleberg.net, taking advantage of the existing template structure and formatting. ** Contributing & Tasks For those interested in contributing to this project or addressing any -outstanding issues, please refer to the [[https://github.com/ccleberg/cleberg.net/issues][issues page]]. This is where you can find +outstanding issues, please refer to the [[https://todo.sr.ht/~cyborg/cleberg.net][issues page]]. This is where you can find a comprehensive list of open tickets or submit a new ticket for consideration. diff --git a/theme/templates/base.html b/theme/templates/base.html index ccd7449..3281da6 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -29,7 +29,7 @@ <footer> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> - <a href="https://github.com/ccleberg/cleberg.net" target="_blank" + <a href="https://sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a> · <a href="/feed.xml">RSS Feed</a> </p> diff --git a/theme/templates/index.html b/theme/templates/index.html index e707d3b..0531385 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -53,7 +53,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> >@cyborg:@matrix.tchncs.de</a > </li> - <li><a href="https://github.com/ccleberg">GitHub</a></li> + <li><a href="https://sr.ht/~cyborg">Sourcehut</a></li> </ul> </section> |