diff options
-rw-r--r-- | conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -156,6 +156,7 @@ NAVIGATION_LINKS = { ("/music/dasbluul/", 'Das Bluul'), ("/music/deviser/", '1)3\/1532'), ("/music/draftedtohaunt/", 'Drafted To Haunt'), + ("https://eo-charlottenburg.de", 'Electronic Orchestra Charlottenburg'), ("/music/melonkallisti/", 'MĂȘlon Kallisti'), ("/music/wasserturm/", 'Wasserturm'), ), @@ -960,7 +961,8 @@ 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.github.com/dvzrv" target="_blank" >GitHub</a> | \ +<a href="https://www.gitlab.com/dvzrv" target="_blank" >GitLab</a> | \ <a href="https://www.twitter.com/dvzrv" target="_blank" >Twitter</a> </p>' |