diff options
-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 b64f4f5..49e3909 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,7 +72,7 @@ </main> <footer> - <span>Powered by <a href="https://jointakahe.com">Takahē {{ config.version }}</a></span> + <span>Powered by <a href="https://jointakahe.org">Takahē {{ config.version }}</a></span> </footer> </body> |