diff options
-rw-r--r-- | conf.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -957,7 +957,12 @@ LICENSE = """ # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents © {date} <a href="mailto:{email}">{author}</a> {license}' +CONTENT_FOOTER = '<p>Contents © {date} <a href="mailto:{email}">{author}</a> {license} </p> \ +<p><a href="https://www.discogs.com/user/dvzrv" target="_blank" >Discogs</a> | \ +<a href="https://www.flattr.com/profile/davezerave" target="_blank" >Flattr</a> | \ +<a href="https://www.github.com/dvzrv" target="_blank" >Github</a> | \ +<a href="https://www.twitter.com/dvzrv" target="_blank" >Twitter</a> </p>' + # Things that will be passed to CONTENT_FOOTER.format(). This is done # for translatability, as dicts are not formattable. Nikola will |