From 0dbd944f79a731edd1506903e5beb9e0834b79b6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 13 Apr 2016 10:36:36 -0400 Subject: Don't add a mailto link. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 8c55907..d67256e 100644 --- a/conf.py +++ b/conf.py @@ -458,7 +458,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