aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-whisper-theme/layouts/_default/list.html')
-rw-r--r--themes/hugo-whisper-theme/layouts/_default/list.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/hugo-whisper-theme/layouts/_default/list.html b/themes/hugo-whisper-theme/layouts/_default/list.html
new file mode 100644
index 0000000..180e5ad
--- /dev/null
+++ b/themes/hugo-whisper-theme/layouts/_default/list.html
@@ -0,0 +1,17 @@
+{{ define "header_css" }}{{ end }}
+{{ define "body_classes" }}page-default-list{{ end }}
+{{ define "header_classes" }}{{ end }}
+
+{{ define "main" }}
+
+<span class="overview">Overview</span>
+<h1 class="title">{{ .Title }}</h1>
+<div class="content">
+ {{ .Content }}
+</div>
+
+{{ range.Pages }}
+{{ .Render "summary" }}
+{{ end }}
+
+{{ end }} \ No newline at end of file