Skip to content
Snippets Groups Projects
Commit 8bb2aa6b authored by Lukas Weichelt's avatar Lukas Weichelt
Browse files

Merge branch 'master' of edugit.org:hacknfun/hacknfun.org

parents 564534c5 66701ccb
No related branches found
No related tags found
No related merge requests found
Pipeline #7031 passed
......@@ -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>
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment