summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/problematic/layouts/partials/posts.html')
-rw-r--r--themes/problematic/layouts/partials/posts.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html
index 191f449..e31bf6c 100644
--- a/themes/problematic/layouts/partials/posts.html
+++ b/themes/problematic/layouts/partials/posts.html
@@ -5,7 +5,8 @@
<h3>{{ $key | title }}</h3>
<ul>
-
+
+
{{ range where site.RegularPages ".Params.categories" "intersect" (slice ($key |title)) }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}