diff options
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index d882f00..a9a2421 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,8 +19,8 @@ {{items}} </ul> <footer> - <a href="https://git.cleberg.net/hn.git">source code</a> + <a href="https://git.krz.sh/krz/hn.git">source code</a> <br><span>{{build}}</span> </footer> </body> -</html>
\ No newline at end of file +</html> |
