aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/docs/list.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2d402ff..0367ee9 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,7 @@
{{ define "main" }}
+<h1>{{ .Title }}</h1>
+
{{ with .Content }}
{{ . }}
{{ end }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html
index 1be5120..bbd9f22 100644
--- a/layouts/docs/list.html
+++ b/layouts/docs/list.html
@@ -1,5 +1,7 @@
{{ define "main" }}
+<h1>{{ .Title }}</h1>
+
{{ with .Content }}
{{ . }}
{{ end }}