From 80eea413dee1f81851d19ac641019a6e0f19e11d Mon Sep 17 00:00:00 2001 From: "Schimon Jehudah, Adv." Date: Fri, 24 May 2024 15:37:54 +0300 Subject: [PATCH] Update footer and link to git.xmpp-it.net --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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