This commit is contained in:
Denys Konovalov 2020-08-12 16:20:13 +02:00
parent 11f0d07d87
commit 2cb64c3b14
4 changed files with 10 additions and 3 deletions

@ -153,6 +153,12 @@ hasChildren = true
URL = "schuelerrat" URL = "schuelerrat"
weight = 3 weight = 3
[[menu.main]]
parent = "Für Schüler und Eltern"
name = "Hinweise"
URL = "notice"
weight = 5
[[menu.main]] [[menu.main]]
name = "Aktuelles" name = "Aktuelles"
URL = "blog" URL = "blog"

@ -92,7 +92,7 @@
translation: Ganztagsangebote translation: Ganztagsangebote
- id: clubs_footer - id: clubs_footer
translation: Ganztags- angebote translation: Ganztagsangebote
- id: new_notice - id: new_notice
translation: Wichtige Informationen translation: Wichtige Informationen

@ -10,6 +10,7 @@ site_url: https://eesev9ie.github.io
display_url: https://eesev9ie.github.io display_url: https://eesev9ie.github.io
logo_url: https://eesev9ie.github.io/media/logo_y.svg logo_url: https://eesev9ie.github.io/media/logo_y.svg
locale: "de" locale: "de"
publish_mode: editorial_workflow
collections: collections:
- name: "author-de" # Used in routes, e.g., /admin/collections/blog - name: "author-de" # Used in routes, e.g., /admin/collections/blog

@ -27,7 +27,7 @@
<div class="footer bg-footer section border-bottom"> <div class="footer bg-footer section border-bottom">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0"> <div class="col-lg-3 col-sm-8 mb-5 mb-lg-0">
<!-- logo --> <!-- logo -->
<a class="logo-footer" href="{{ .Site.BaseURL | relLangURL }}"><img class="img-fluid mb-4" src="{{ .Site.Params.logo | absURL }}" alt="{{ .Site.Title }}"></a> <a class="logo-footer" href="{{ .Site.BaseURL | relLangURL }}"><img class="img-fluid mb-4" src="{{ .Site.Params.logo | absURL }}" alt="{{ .Site.Title }}"></a>
<ul class="list-unstyled"> <ul class="list-unstyled">
@ -62,7 +62,7 @@
</ul> </ul>
</div> </div>
<!-- support --> <!-- support -->
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0"> <div class="col-lg-3 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5 text-uppercase">{{ i18n "clubs_footer" }}</h4> <h4 class="text-white mb-5 text-uppercase">{{ i18n "clubs_footer" }}</h4>
<ul class="list-unstyled"> <ul class="list-unstyled">
{{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote")}} {{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote")}}