neue Texte in separaten Abschnitt verschoben
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user