Rearrange home page, add link to blogs
All checks were successful
/ build (pull_request) Successful in 42s

* Make the news section most prominent by moving "about us" down
* Add a link to all blog posts (articles and events)
* Update group cards
This commit is contained in:
Stefan Bethke 2026-06-13 22:43:36 +02:00
commit 8d0063dd2e
26 changed files with 52 additions and 26 deletions

View file

@ -14,7 +14,7 @@
{{ if or $upcoming $articleNew }}
<div class="announcements">
<h2 id="neuigkeiten" class="on-hover-trg">Neuigkeiten <a href="#neuigkeiten" class="on-hover"><i class="fa-solid fa-link small"></i></a></h2>
<h2 id="aktuell" class="on-hover-trg">Aktuell <a href="#aktuell" class="on-hover"><i class="fa-solid fa-link small"></i></a></h2>
{{- range $upcoming.ByDate }}
<div class="announcement">
{{- partial "blog-header.html" (dict "headingLink" true "level" 4 "reduced" true "page" . ) }}
@ -44,6 +44,7 @@
{{- end }}
</div>
{{- end }}
<p>Wir pflegen ein <a href="blog">Archiv aller Neuigkeiten</a>.</p>
</div>
{{- end }}