summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/layouts/partials/menu.html')
-rw-r--r--themes/new_theme/layouts/partials/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/menu.html b/themes/new_theme/layouts/partials/menu.html
index fbeb352..df9c403 100644
--- a/themes/new_theme/layouts/partials/menu.html
+++ b/themes/new_theme/layouts/partials/menu.html
@@ -3,7 +3,7 @@
{{- if .Site.Menus.main }}
{{- $currentNode := . }}
{{- range sort .Site.Menus.main }}
- {{ if ( not ( eq .Name "Data Protection And Privacy" ) ) }}
+ {{- if ( not ( eq .Name "Data Protection And Privacy" ) ) }}
<li class="menu__item {{if or ($currentNode.IsMenuCurrent "main" .) ($currentNode.HasMenuCurrent "main" .) }}menu__item--active{{end}}"><a class="menu__link" href="{{ .URL }}">{{ .Name | upper }}</a></li>
{{- end }}
{{- end }}