aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.gmi')
-rw-r--r--layouts/index.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.gmi b/layouts/index.gmi
index 434fae5..9c58e8f 100644
--- a/layouts/index.gmi
+++ b/layouts/index.gmi
@@ -1,10 +1,10 @@
{{ define "main" }}
-# {{ .Site.Params.indexTitle }}
-{{ .Site.Params.indexIntro }}
+# {{ .Site.Params.indexTitle | safeHTML }}
+{{ .Site.Params.indexIntro | safeHTML }}
## Navigation Links
{{ range .Site.Menus.main -}}
-=> .{{ .URL }} {{ .Name }}
+=> .{{ .URL }} {{ .Name | safeHTML }}
{{ end }}
## Journal Entries
{{ partial "metadata.gmi" . }}{{ end }}