From 5f50fad2f6d43aa33e69e0795a06a0a8a412f07f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 13 Apr 2016 10:31:53 -0400 Subject: Don't add a mailto link. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index ca317d0..f0d04fa 100644 --- a/conf.py +++ b/conf.py @@ -666,7 +666,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