Weghalen oude darkgreen, toevoegen kleurnamen, kleur footer, kleur knoppen, hightlightbox in huisstijl
This commit is contained in:
parent
a78a995ea0
commit
3001ab9199
5 changed files with 32 additions and 28 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="max-width ta-r">
|
||||
{{ range $index,$key := .status }}
|
||||
{{ if eq $.Site.Language.Lang .language }}
|
||||
<span class="darkgreen bold">{{ .message }}</span>
|
||||
<span class="persian-green-dark bold">{{ .message }}</span>
|
||||
{{ range .links }}
|
||||
<small>
|
||||
{{ if .link }}[<a href="{{ relref $context .link }}">{{ .name }}</a>]{{ end }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue