From 955424c04070edfc40b4cfea1da89365c4b584ad Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 30 Jan 2022 15:13:28 +0100 Subject: Add Arch Linux link to footer conf.py: Add link to developer page on Arch Linux to footer. Format the footer string to be more easily extensible. --- conf.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/conf.py b/conf.py index ab50599..ac98026 100644 --- a/conf.py +++ b/conf.py @@ -959,12 +959,17 @@ LICENSE = """ # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = '

Contents © {date} {author} {license}

\ -

Discogs | \ -Flattr | \ -GitHub | \ -GitLab | \ -Twitter

' +CONTENT_FOOTER = ( + '

Contents © {date} {author} {license}

' + "

" + 'Arch Linux | ' + 'Discogs | ' + 'Flattr | ' + 'GitHub | ' + 'GitLab | ' + 'Twitter' + "

" +) # Things that will be passed to CONTENT_FOOTER.format(). This is done -- cgit v1.2.3-54-g00ecf