neue Texte in separaten Abschnitt verschoben

This commit is contained in:
Christoph Schindlbeck
2021-05-24 22:00:47 +02:00
parent f7f56de6f8
commit 33a7a49e53
4 changed files with 43 additions and 25 deletions
@@ -13,24 +13,6 @@
{{ with .Site.Params.about.description }}
<p>{{ . | safeHTML }}</p>
{{ end }}
{{ with .Site.Params.about.barriersHeading }}
<h3>{{ . }}</h3>
{{ end }}
{{ with .Site.Params.about.barriers }}
<p>{{ . | safeHTML }}</p>
{{ end }}
{{ with .Site.Params.about.supportHeading }}
<h3>{{ . }}</h3>
{{ end }}
{{ with .Site.Params.about.support }}
<p>{{ . | safeHTML }}</p>
{{ end }}
{{ with .Site.Params.about.participationHeading }}
<h3>{{ . }}</h3>
{{ end }}
{{ with .Site.Params.about.participation }}
<p>{{ . | safeHTML }}</p>
{{ end }}
{{ with .Site.Params.about.corona }}
<br><p><b>{{ . | safeHTML }}</b></p>
{{ end }}