Compare commits
2 Commits
e1b3ed8473
...
02f8dcbc7c
Author | SHA1 | Date |
---|---|---|
Luca | 02f8dcbc7c | |
Luca | 0b3e910066 |
|
@ -138,14 +138,14 @@ footer {
|
|||
display: block;
|
||||
height: $footer-height;
|
||||
left: 0;
|
||||
margin-top: calc(1.5rem + 1.5em);
|
||||
margin-top: calc(1.5rem + 1.5em + 1rem);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
& > nav {
|
||||
margin-bottom: $footer-spacing;
|
||||
margin-bottom: unquote("calc(#{$footer-spacing} + 1rem)");
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
|
30
config.toml
30
config.toml
|
@ -4,10 +4,10 @@ paginate = 3
|
|||
title = 'Intergalaktische Erfahrungsreise'
|
||||
|
||||
[menu]
|
||||
# [[menu.footer]]
|
||||
# name = "Kontakt"
|
||||
# url = "mailto:info@fairydust.reisen"
|
||||
# weight = 5
|
||||
[[menu.footer]]
|
||||
name = "Kontakt"
|
||||
url = "mailto:info@fairydust.reisen"
|
||||
weight = 5
|
||||
[[menu.footer]]
|
||||
name = "Impressum"
|
||||
url = "https://hackerspace-bamberg.de/Impressum"
|
||||
|
@ -24,17 +24,13 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "Relive 2022"
|
||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||
weight = 12
|
||||
# [[menu.main]]
|
||||
# name = "Tickets"
|
||||
# url = "https://tickets.fairydust.reisen/iger-2022/"
|
||||
# weight = 20
|
||||
# [[menu.main]]
|
||||
# name = "CfP"
|
||||
# url = "https://cfp.fairydust.reisen/iger-2022/"
|
||||
# weight = 30
|
||||
name = "Tickets"
|
||||
url = "https://tickets.fairydust.reisen/iger-2023/"
|
||||
weight = 20
|
||||
[[menu.main]]
|
||||
name = "CfP"
|
||||
url = "https://cfp.fairydust.reisen/iger-2023/"
|
||||
weight = 30
|
||||
# [[menu.main]]
|
||||
# name = "Engelsystem"
|
||||
# url = "https://helfen.fairydust.reisen/"
|
||||
|
@ -43,6 +39,10 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
# name = "Feedback"
|
||||
# url = "https://wiki.fairydust.reisen/feedback"
|
||||
# weight = 70
|
||||
[[menu.main]]
|
||||
name = "Relive 2022"
|
||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||
weight = 80
|
||||
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
|
|
Loading…
Reference in New Issue