diff options
| author | 2016-04-13 10:36:36 -0400 | |
|---|---|---|
| committer | 2016-04-13 10:36:36 -0400 | |
| commit | 0dbd944f79a731edd1506903e5beb9e0834b79b6 (patch) | |
| tree | 6599f506715839a11306fa0dae2e67dcd4527003 /conf.py | |
| parent | 61df9c6979e9cb04b59b90308dbb56afca6b2933 (diff) | |
Don't add a mailto link.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -458,7 +458,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents © {date} <a href="mailto:{email}">{author}</a> – Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}' +CONTENT_FOOTER = 'Contents © {date} {author} – Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}' # Things that will be passed to CONTENT_FOOTER.format(). This is done # for translatability, as dicts are not formattable. Nikola will |
