summaryrefslogtreecommitdiff
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, 5 insertions, 1 deletions
diff --git a/layouts/index.gmi b/layouts/index.gmi
index a15154c..05250fd 100644
--- a/layouts/index.gmi
+++ b/layouts/index.gmi
@@ -11,7 +11,9 @@
=> {{ .URL }} {{ emojify ":link:" | safeHTML }} {{ .Name | safeHTML -}}
{{ end -}}
-{{ end }}
+{{ end -}}
+
+{{ if .Site.RegularPages }}
## {{ i18n "journalEntries" -}}
@@ -20,4 +22,6 @@
{{ partial "metadata.gmi" . -}}
{{ end -}}
+{{ end -}}
+
{{ end }} \ No newline at end of file