update
This commit is contained in:
parent
11f0d07d87
commit
2cb64c3b14
@ -153,6 +153,12 @@ hasChildren = true
|
||||
URL = "schuelerrat"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Für Schüler und Eltern"
|
||||
name = "Hinweise"
|
||||
URL = "notice"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
name = "Aktuelles"
|
||||
URL = "blog"
|
||||
|
@ -92,7 +92,7 @@
|
||||
translation: Ganztagsangebote
|
||||
|
||||
- id: clubs_footer
|
||||
translation: Ganztags- angebote
|
||||
translation: Ganztagsangebote
|
||||
|
||||
- id: new_notice
|
||||
translation: Wichtige Informationen
|
||||
|
@ -10,6 +10,7 @@ site_url: https://eesev9ie.github.io
|
||||
display_url: https://eesev9ie.github.io
|
||||
logo_url: https://eesev9ie.github.io/media/logo_y.svg
|
||||
locale: "de"
|
||||
publish_mode: editorial_workflow
|
||||
|
||||
collections:
|
||||
- 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="container">
|
||||
<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 -->
|
||||
<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">
|
||||
@ -62,7 +62,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- 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>
|
||||
<ul class="list-unstyled">
|
||||
{{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote")}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user