Update footer and link to git.xmpp-it.net
This commit is contained in:
parent
1cad010b58
commit
80eea413de
1 changed files with 2 additions and 2 deletions
4
conf.py
4
conf.py
|
@ -144,7 +144,7 @@ NAVIGATION_LINKS = {
|
||||||
DEFAULT_LANG: (
|
DEFAULT_LANG: (
|
||||||
("/feed.atom", "Syndication Feed"),
|
("/feed.atom", "Syndication Feed"),
|
||||||
("xmpp:slixfeed@chat.woodpeckersnest.space?join", "Group Chat"),
|
("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"),
|
("/archive.html", "Archives"),
|
||||||
("/categories/index.html", "Tags"),
|
("/categories/index.html", "Tags"),
|
||||||
),
|
),
|
||||||
|
@ -985,7 +985,7 @@ LICENSE = ""
|
||||||
|
|
||||||
# A small copyright notice for the page footer (in HTML).
|
# A small copyright notice for the page footer (in HTML).
|
||||||
# (translatable)
|
# (translatable)
|
||||||
CONTENT_FOOTER = 'Contents © {date} <a href="mailto:{email}">{author}</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> {license}'
|
CONTENT_FOOTER = 'This publication was made with <a href="https://getnikola.com" rel="nofollow">Nikola</a>. Publication source files can be found at <a href="https://git.xmpp-it.net/sch/slixfeed.woodpeckersnest.space" rel="nofollow">git.xmpp-it.net</a> {license}'
|
||||||
|
|
||||||
# Things that will be passed to CONTENT_FOOTER.format(). This is done
|
# Things that will be passed to CONTENT_FOOTER.format(). This is done
|
||||||
# for translatability, as dicts are not formattable. Nikola will
|
# for translatability, as dicts are not formattable. Nikola will
|
||||||
|
|
Loading…
Reference in a new issue