diff options
| author | 2015-05-19 18:37:49 -0400 | |
|---|---|---|
| committer | 2015-05-19 18:37:49 -0400 | |
| commit | ba6ed94f4f6d4b03d0902bf3cc75d368be3b0c38 (patch) | |
| tree | f7438b14759464f5f926216684fe46960771d308 /conf.py | |
| parent | 80c51542f5254d8935db1274a446991917163340 (diff) | |
Remove a line break before the footer.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = '<br/><br/>Contents © {date} <a href="mailto:{email}">{author}</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}' +CONTENT_FOOTER = '<br/>Contents © {date} <a href="mailto:{email}">{author}</a> - 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 |
