summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-19 23:28:42 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-19 23:28:42 +0100
commit17192e71b0ee5c2bada867e991d7d2b735fc4d33 (patch)
treeecea805c3bcc03bac7068cb76e6a83c453586062
parentf82b5ae5b4ba30e82554824fc98ad77057d01d8f (diff)
Remove layout for index
-rw-r--r--layouts/index.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index 43e8c2a..0000000
--- a/layouts/index.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{ partial "header.html" . -}}
-<header><h1>{{ .Title }}</h1></header>
-<article>
-{{ .Content -}}
-{{ partial "footer.html" . }}