diff --git a/base.html b/base.html
index dbca908..c287153 100644
--- a/base.html
+++ b/base.html
@@ -5,7 +5,7 @@
- {{- block "meta" . -}}
+ {{ block "meta" . -}}
{{- if eq .Data.PageType "/" }} {{- .L.T "global.siteName" -}}
{{- else if eq .Data.PageType "glossary" }}{{- .L.Ts "public.glossary" "lang" (title .Data.Glossary.FromLang) -}}
@@ -20,8 +20,9 @@
{{- else if ne .Data.Description "" }}{{ .Data.Description }}
{{- else }}{{ block "description" . }}{{end}}
{{- end -}}" />
- {{- end -}}
+ {{- end }}
+