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.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html
index b1c8c82..74f0fe6 100644
--- a/themes/problematic/layouts/partials/posts.html
+++ b/themes/problematic/layouts/partials/posts.html
@@ -1,11 +1,9 @@
-<h2>Blog Posts</h2>
-
+<hr class="new1">
{{ range $key, $value := .Site.Taxonomies.categories }}
<h3>{{ $key | title }}</h3>
<ul>
-
{{ range where (where site.RegularPages "Section" "blog") ".Params.categories" "intersect" (slice ($key |title)) }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a> ({{ .Date.Format "2 Jan 06" }})</li>