summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/blog/list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
new file mode 100644
index 0000000..8106de3
--- /dev/null
+++ b/layouts/blog/list.html
@@ -0,0 +1,7 @@
+{{ define "main" }}
+<h2>{{ with .Site.GetPage "section" "blog" }}{{ .Title }}{{ end }}</h2>
+
+{{ .Content }}
+
+{{ partial "posts.html" }}
+{{ end }}