From 26a7467ea161160a53a8fb9cacbc633c8a56cb4a Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 12 Nov 2023 18:30:56 +0100 Subject: Update links in content footer and do not specify license twice Signed-off-by: David Runge --- conf.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 8953fe7..355dcc2 100644 --- a/conf.py +++ b/conf.py @@ -951,23 +951,20 @@ FEED_LINKS_APPEND_QUERY = False # A HTML fragment describing the license, for the sidebar. # (translatable) -LICENSE = "" -# I recommend using the Creative Commons' wizard: -# https://creativecommons.org/choose/ -LICENSE = """ -CC BY-NC-SA 4.0""" +LICENSE = """CC BY-NC-SA 4.0""" # A small copyright notice for the page footer (in HTML). # (translatable) CONTENT_FOOTER = ( '

Contents © {date} {author} {license}

' "

" - 'Arch Linux | ' - 'Discogs | ' - 'GitHub | ' - 'GitLab | ' - 'Mastodon | ' - 'Twitter' + 'Arch Linux' + ' | Arch Linux GitLab' + ' | Chaos.social' + ' | Codeberg' + ' | Discogs' + ' | GitHub' + ' | GitLab' "

" ) -- cgit v1.2.3