From 86326833dc3f6ac11c448522f297b1adee9fd5fe Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 17:03:54 +0200 Subject: conf.py: Adding discogs, flattr, github and twitter links to footer. --- conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 8d7baf0..3926a9a 100644 --- a/conf.py +++ b/conf.py @@ -957,7 +957,12 @@ LICENSE = """ # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents © {date} {author} {license}' +CONTENT_FOOTER = '

Contents © {date} {author} {license}

\ +

Discogs | \ +Flattr | \ +Github | \ +Twitter

' + # Things that will be passed to CONTENT_FOOTER.format(). This is done # for translatability, as dicts are not formattable. Nikola will -- cgit v1.2.3