Skip to content
Snippets Groups Projects
Commit 1f90e0ee authored by Olivia206's avatar Olivia206
Browse files

fixed event status

parent e13871da
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@
<p class="event-status">
{{ if eq .Params.dates.status "current"}}
{{- i18n "blocks.events.current" -}}
{{ else if .Params.dates.status "future" }}
{{ else if eq .Params.dates.status "future" }}
{{- i18n "blocks.events.future" -}}
{{ else if .Params.dates.status "archive" }}
{{ else if eq .Params.dates.status "archive" }}
{{- i18n "blocks.events.archive" -}}
{{ end }}
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment