diff --git a/conf.py b/conf.py index 4e6bea3..afa9dff 100644 --- a/conf.py +++ b/conf.py @@ -144,7 +144,7 @@ NAVIGATION_LINKS = { DEFAULT_LANG: ( ("/feed.atom", "Syndication Feed"), ("xmpp:slixfeed@chat.woodpeckersnest.space?join", "Group Chat"), - ("https://gitgud.io/sjehuda/slixfeed", "Source Code"), + ("https://git.xmpp-it.net/sch/slixfeed", "Source Code"), ("/archive.html", "Archives"), ("/categories/index.html", "Tags"), ), @@ -985,7 +985,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents © {date} {author} - Powered by Nikola {license}' +CONTENT_FOOTER = 'This publication was made with Nikola. Publication source files can be found at git.xmpp-it.net {license}' # Things that will be passed to CONTENT_FOOTER.format(). This is done # for translatability, as dicts are not formattable. Nikola will