Compare commits

..

No commits in common. "02f8dcbc7c6758f3fe701440cfb2201cdd431a87" and "e1b3ed847365199af5bafb18f1aece537d5bdf45" have entirely different histories.

2 changed files with 17 additions and 17 deletions

View File

@ -138,14 +138,14 @@ footer {
display: block; display: block;
height: $footer-height; height: $footer-height;
left: 0; left: 0;
margin-top: calc(1.5rem + 1.5em + 1rem); margin-top: calc(1.5rem + 1.5em);
position: absolute; position: absolute;
width: 100%; width: 100%;
z-index: -1; z-index: -1;
} }
& > nav { & > nav {
margin-bottom: unquote("calc(#{$footer-spacing} + 1rem)"); margin-bottom: $footer-spacing;
margin-top: 1.5rem; margin-top: 1.5rem;
} }
} }

View File

@ -4,10 +4,10 @@ paginate = 3
title = 'Intergalaktische Erfahrungsreise' title = 'Intergalaktische Erfahrungsreise'
[menu] [menu]
[[menu.footer]] # [[menu.footer]]
name = "Kontakt" # name = "Kontakt"
url = "mailto:info@fairydust.reisen" # url = "mailto:info@fairydust.reisen"
weight = 5 # weight = 5
[[menu.footer]] [[menu.footer]]
name = "Impressum" name = "Impressum"
url = "https://hackerspace-bamberg.de/Impressum" url = "https://hackerspace-bamberg.de/Impressum"
@ -24,13 +24,17 @@ title = 'Intergalaktische Erfahrungsreise'
weight = 30 weight = 30
[[menu.main]] [[menu.main]]
name = "Tickets" name = "Relive 2022"
url = "https://tickets.fairydust.reisen/iger-2023/" url = "https://streaming.media.ccc.de/iger-2022/relive"
weight = 20 weight = 12
[[menu.main]] # [[menu.main]]
name = "CfP" # name = "Tickets"
url = "https://cfp.fairydust.reisen/iger-2023/" # url = "https://tickets.fairydust.reisen/iger-2022/"
weight = 30 # weight = 20
# [[menu.main]]
# name = "CfP"
# url = "https://cfp.fairydust.reisen/iger-2022/"
# weight = 30
# [[menu.main]] # [[menu.main]]
# name = "Engelsystem" # name = "Engelsystem"
# url = "https://helfen.fairydust.reisen/" # url = "https://helfen.fairydust.reisen/"
@ -39,10 +43,6 @@ title = 'Intergalaktische Erfahrungsreise'
# name = "Feedback" # name = "Feedback"
# url = "https://wiki.fairydust.reisen/feedback" # url = "https://wiki.fairydust.reisen/feedback"
# weight = 70 # weight = 70
[[menu.main]]
name = "Relive 2022"
url = "https://streaming.media.ccc.de/iger-2022/relive"
weight = 80
[minify] [minify]
minifyOutput = true minifyOutput = true