summaryrefslogtreecommitdiffstats
path: root/layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page.html')
-rw-r--r--layouts/page.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/page.html b/layouts/page.html
deleted file mode 100644
index 44073b2..0000000
--- a/layouts/page.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{ define "main" }}
- {{ if eq .Params.type "photo" }}
- {{ partial "photo-article.html" . }}
- {{ else if eq .Section "is" }}
- {{ partial "static-page.html" . }}
- {{ else }}
- {{ partial "article-single.html" . }}
- {{ end }}
-{{ end }}