summaryrefslogtreecommitdiffstats
path: root/layouts/blog
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-18 08:57:48 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-18 08:57:48 +0100
commit65547c56d0b81371cadb7bf799b4ab863b5f0a4e (patch)
tree1f642ee0afb3792aa59aac53bcd445ddde9ccb1e /layouts/blog
parentf43d1ec014e1b15a88492b3f1f2d1bdbaab7b529 (diff)
taxonomies amongst other stuff
Diffstat (limited to 'layouts/blog')
-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 }}