diff --git a/content/pages/de/informationen/informationen.md b/content/pages/de/informationen/informationen.md index 7ac43f3269582f30e7f29449a38b6876b4598801..6c83c414110125130ecb157be54d2e02c0b86a0b 100644 --- a/content/pages/de/informationen/informationen.md +++ b/content/pages/de/informationen/informationen.md @@ -11,7 +11,7 @@ images: <div class="card-body"> <h5 class="card-title">Mitmach-Sessions</h5> <p class="card-text">In Mitmach-Sessions beschäftigen wir uns mit verschiedenen MINT-Projekten.</p> - <a href="pages/informationen/sessions.html" class="btn btn-primary">Mitmach-Sessions</a> + <a href="informationen/sessions.html" class="btn btn-primary">Mitmach-Sessions</a> </div> </div> </div> @@ -20,7 +20,7 @@ images: <div class="card-body"> <h5 class="card-title">Freizeiten</h5> <p class="card-text">Wir bieten immer Freizeiten, an denen du teilnehmen kannst.</p> - <a href="pages/informationen/freizeiten.html" class="btn btn-primary">Freizeiten</a> + <a href="informationen/freizeiten.html" class="btn btn-primary">Freizeiten</a> </div> </div> </div> diff --git a/pelicanconf.py b/pelicanconf.py index 98cbbc1fb6d12ce6699298288cab524db6516cc8..30696edd64e0867edfd08f525411e778a79d90c0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -57,6 +57,9 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = 10 +# CSS +CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL) + # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True