neue Texte und Daten

This commit is contained in:
Christoph Schindlbeck
2021-04-29 20:44:58 +02:00
parent f0cb84024f
commit 5c43982355
3 changed files with 32 additions and 8 deletions
@@ -13,8 +13,26 @@
{{ 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 }}
<p><b>{{ . | safeHTML }}</b></p>
<br><p><b>{{ . | safeHTML }}</b></p>
{{ end }}
</div>
</div>