diff options
Diffstat (limited to 'themes/problematic/layouts/partials/posts.html')
-rw-r--r-- | themes/problematic/layouts/partials/posts.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html new file mode 100644 index 0000000..8ff3eb2 --- /dev/null +++ b/themes/problematic/layouts/partials/posts.html @@ -0,0 +1,6 @@ +<h3>Posts</h3> +<ul id="posts"> +{{- range where site.RegularPages "Type" "in" site.Params.mainSections }} + {{ .Render "li" }} +{{- end }} +</ul> |