summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/blog/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index 8106de3..751674b 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -3,5 +3,5 @@
{{ .Content }}
-{{ partial "posts.html" }}
+{{ partial "posts.html" . }}
{{ end }}