From 8cd4abcae743c6c3f185c029d75a2aff3f0eca7c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 3 Jan 2022 14:43:36 +0000 Subject: ridded of blank index template --- .gitignore | 1 + layouts/index.html | 22 ---------------------- themes/etch | 2 +- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 layouts/index.html diff --git a/.gitignore b/.gitignore index 064660c..4d89153 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ *.mp4 +.hugo_build.lock diff --git a/layouts/index.html b/layouts/index.html deleted file mode 100644 index de7fa73..0000000 --- a/layouts/index.html +++ /dev/null @@ -1,22 +0,0 @@ - -{{ define "main" }} -
-
-

{{.Title}}

- {{ with .Params.subtitle }} - {{.}} - {{ end }} -
-
- - {{.Content}} -
-
- {{ range first 10 .Site.RegularPages }} - {{ .Render "summary"}} - {{ end }} -
-
-{{ end }} - - diff --git a/themes/etch b/themes/etch index b2941c2..f6133c4 160000 --- a/themes/etch +++ b/themes/etch @@ -1 +1 @@ -Subproject commit b2941c2fcf93031c5ca8d1bf4e9c781d321c21f7 +Subproject commit f6133c4eac182bdd560ed80c4c07495b043ed8fd -- cgit v1.2.3