From 618bf416448183b78be93c44a0d9faafb6c200c5 Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Sat, 23 May 2015 05:48:04 +0200 Subject: Add 'custom.css' to improve theming. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 80d97d3..f2e7e5e 100644 --- a/conf.py +++ b/conf.py @@ -456,7 +456,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