summaryrefslogtreecommitdiff
path: root/layouts/index.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.gmi')
-rw-r--r--layouts/index.gmi14
1 files changed, 7 insertions, 7 deletions
diff --git a/layouts/index.gmi b/layouts/index.gmi
index ea867d2..1f1d5f1 100644
--- a/layouts/index.gmi
+++ b/layouts/index.gmi
@@ -1,11 +1,11 @@
-{{ define "main" }}
-{{- if .Site.Params.indexTitle }}
-# {{ .Site.Params.indexTitle | safeHTML }}
-{{- end }}
-{{- if .Site.Params.indexIntro }}
-{{ .Site.Params.indexIntro | safeHTML }}
+{{ define "main" -}}
+{{ if .Site.Params.indexTitle }}
+# {{ .Site.Params.indexTitle | safeHTML -}}
+{{ end -}}
+{{ if .Site.Params.indexIntro }}
+{{ .Site.Params.indexIntro | safeHTML -}}
-{{- end }}
+{{ end }}
## {{ i18n "navLinks" }}
{{ range .Site.Menus.main -}}
=> {{ .URL }} {{ emojify ":link:" | safeHTML }} {{ .Name | safeHTML }}