From ba6ed94f4f6d4b03d0902bf3cc75d368be3b0c38 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 18:37:49 -0400 Subject: Remove a line break before the footer. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d0c078a..d708efc 100644 --- a/conf.py +++ b/conf.py @@ -457,7 +457,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = '

Contents © {date} {author} - Powered by Nikola {license}' +CONTENT_FOOTER = '
Contents © {date} {author} - Powered by Nikola {license}' # 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