summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index efbebb1..0000000
--- a/layouts/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{{ define "main" -}}
-<main>
- <h1>{{ .Site.Params.indexTitle }}</h1>
- <p>{{ .Site.Params.indexIntro }}</p>
- {{ if .Site.Menus.main -}}
- <h2>{{ i18n "navLinks" }}</h2>
- <nav>
- <ul class="list">
- {{- range .Site.Menus.main }}
- <li class="list__item">{{ emojify ":link:" }}&nbsp;<a class="link link--internal" href="{{ .URL }}" rel="noreferrer">{{ .Name }}</a></li>
- {{- end }}
- </ul>
- </nav>
- {{ end -}}
- {{ if .Site.RegularPages -}}
- <h2>{{ i18n "journalEntries" }}</h2>
- {{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse -}}
- {{ partial "metadata.html" . }}
- {{ end -}}
- {{ end -}}
-</main>
-{{- end }} \ No newline at end of file