summaryrefslogtreecommitdiff
path: root/blag/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'blag/layouts/index.html')
-rw-r--r--blag/layouts/index.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/blag/layouts/index.html b/blag/layouts/index.html
deleted file mode 100644
index aa4f49d..0000000
--- a/blag/layouts/index.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{ partial "header.html" . }}
-<body>
-{{ partial "subheader.html" . }}
-{{ range .Data.Pages }}
- {{ if eq .Section "blog" }}
- {{ .Render "summary" }}
- {{ end }}
-{{ end }}
-{{ partial "footer.html" . }}