diff options
author | David Runge <dave@sleepmap.de> | 2019-05-13 22:47:09 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-05-13 22:47:09 +0200 |
commit | 37f645a6c8cec611ec0cb00f8d7bde3653ac34f1 (patch) | |
tree | c8fbd3fa31bc48cc93a635d56e7b56e1d41a7afd | |
parent | e95b83b948278dc0a695d1d48b6a919a5045e6e8 (diff) | |
download | sleepmap-37f645a6c8cec611ec0cb00f8d7bde3653ac34f1.tar.gz sleepmap-37f645a6c8cec611ec0cb00f8d7bde3653ac34f1.tar.bz2 sleepmap-37f645a6c8cec611ec0cb00f8d7bde3653ac34f1.tar.xz sleepmap-37f645a6c8cec611ec0cb00f8d7bde3653ac34f1.zip |
conf.py: Adding a link to GitLab in the footer. Adding a link to the EOC website to the menu.
-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>' |