summaryrefslogtreecommitdiff
path: root/layouts/index.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.gmi')
-rw-r--r--layouts/index.gmi27
1 files changed, 0 insertions, 27 deletions
diff --git a/layouts/index.gmi b/layouts/index.gmi
deleted file mode 100644
index 4ce3bf1..0000000
--- a/layouts/index.gmi
+++ /dev/null
@@ -1,27 +0,0 @@
-{{ define "main" -}}
-# {{ .Site.Params.indexTitle }}
-
-{{ .Site.Params.indexIntro }}
-
-{{- if .Site.Menus.main }}
-
-
-## {{ i18n "navLinks" }}
-{{ range .Site.Menus.main }}
-=> {{ .URL }} {{ emojify ":link:" }} {{ .Name -}}
-{{ end -}}
-
-{{ end -}}
-
-{{ if .Site.RegularPages }}
-
-
-## {{ i18n "journalEntries" -}}
-{{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse }}
-
-{{ partial "metadata.gmi" . -}}
-{{ end -}}
-
-{{ end -}}
-
-{{ end }} \ No newline at end of file