diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 11:13:28 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 11:13:28 +0100 |
commit | f916fc4e7902308d1b499ed5f37d519446dbe7dd (patch) | |
tree | 6ec0c868c2271e47e11678250bd477899974d0d6 /layouts/blog | |
parent | 6808489f1bf0f653859bc46136d4b74bf7ce8570 (diff) |
first implementation of blog posts sorted by category
Diffstat (limited to 'layouts/blog')
-rw-r--r-- | layouts/blog/list.html | 2 |
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 }} |