neue Texte und Daten
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</p>
|
||||
{{ end }}
|
||||
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="font-size:25pt;text-align:center">
|
||||
28.08.2020 - 30.08.2020 im VVoid
|
||||
26.08.2021 - 29.08.2021 im VVoid
|
||||
</p>
|
||||
{{ with .Site.Params.hero.btnText }}
|
||||
<div class="wow fadeInDown" data-wow-delay="0.7s" data-wow-duration=".7s" style="text-align:center">
|
||||
|
||||
Reference in New Issue
Block a user