display date properly in hero area
This commit is contained in:
parent
6a3e9f38da
commit
f8238e1294
@ -33,7 +33,8 @@ countdownHour = "18"
|
|||||||
countdownMinute = "0"
|
countdownMinute = "0"
|
||||||
countdownSecond = "0"
|
countdownSecond = "0"
|
||||||
disableCountdown = false
|
disableCountdown = false
|
||||||
showSubtitle = false
|
showDate = true
|
||||||
|
date = "13.06.2024 - 16.06.2024 im VVoid"
|
||||||
|
|
||||||
# News Section
|
# News Section
|
||||||
[params.news]
|
[params.news]
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
{{ . }}
|
{{ . }}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Params.hero.showSubtitle }}
|
{{ if .Site.Params.hero.showDate }}
|
||||||
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="font-size:25pt;text-align:center">
|
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="font-size:25pt;text-align:center">
|
||||||
18.08.2022 - 21.08.2022 im VVoid
|
{{ .Site.Params.hero.date}}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.hero.btnText }}
|
{{ with .Site.Params.hero.btnText }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user