diff options
author | 2016-04-13 10:31:53 -0400 | |
---|---|---|
committer | 2016-04-13 10:31:53 -0400 | |
commit | 5f50fad2f6d43aa33e69e0795a06a0a8a412f07f (patch) | |
tree | b437323d15097af98c35beb49f63bf29c0cd8b45 | |
parent | 64fd556c4fba24028647f0df42d067c538d5b748 (diff) | |
download | unit193.net-5f50fad2f6d43aa33e69e0795a06a0a8a412f07f.tar.bz2 unit193.net-5f50fad2f6d43aa33e69e0795a06a0a8a412f07f.tar.xz unit193.net-5f50fad2f6d43aa33e69e0795a06a0a8a412f07f.tar.zst |
Don't add a mailto link.
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -666,7 +666,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="https://getnikola.com" rel="nofollow">Nikola</a> {license}' +CONTENT_FOOTER = 'Contents © {date} {author} – Powered by <a href="https://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 |