summaryrefslogtreecommitdiffstats
path: root/layouts/page
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page')
-rw-r--r--layouts/page/single.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
deleted file mode 100644
index fef0cf5..0000000
--- a/layouts/page/single.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ define "main" }}
-<article class="page" role="document" id="page-{{ .File.TranslationBaseName | lower }}"{{ with .Params.lang}} lang="{{ . }}"{{ end }}>
- <header>
- <h1 class="page-title">
- {{ .Params.caption | default .Title }}
- </h1>
- </header>
-
- {{ .Content }}
-</article>
-{{ end }}