diff options
| author | 2015-05-23 05:48:04 +0200 | |
|---|---|---|
| committer | 2015-05-23 05:48:04 +0200 | |
| commit | 618bf416448183b78be93c44a0d9faafb6c200c5 (patch) | |
| tree | af8bf61688c8a055fe7672ff52a3fdfb0b48a8f7 /conf.py | |
| parent | 9b94dbf50d93b07127e62e3c70f9936e2a0ebec2 (diff) | |
Add 'custom.css' to improve theming.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -456,7 +456,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = '<br/>Contents © {date} <a href="mailto:{email}">{author}</a> – Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}' +CONTENT_FOOTER = '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 |
