Weghalen oude darkgreen, toevoegen kleurnamen, kleur footer, kleur knoppen, hightlightbox in huisstijl

This commit is contained in:
Michael Boelen 2024-01-31 21:06:36 +01:00
parent a78a995ea0
commit 3001ab9199
5 changed files with 32 additions and 28 deletions

View file

@ -14,10 +14,10 @@
{{ if .Params.event_cfp_close_date }}
{{ $event_cfp_close_date := .Params.event_cfp_close_date | time }}
{{ if le now $event_cfp_close_date }}
<p>CFP: <strong class="darkgreen"><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
<p>CFP: <strong><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
{{ end }}
{{ else }}
<p>CFP: <strong class="darkgreen"><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
<p>CFP: <strong><a href="{{ .Params.event_cfp_link }}">Geopend</a></strong></p>
{{ end }}
{{ end }}
{{ end }}