summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 11:29:45 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 11:29:45 +0100
commit3bba31258760eb4ecbc3ebd38b3cd5123c6b5fdd (patch)
tree54b91cf24783fe99455d8f57b333a66d5caf1e10 /themes
parentf916fc4e7902308d1b499ed5f37d519446dbe7dd (diff)
update
Diffstat (limited to 'themes')
-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 }}