From 473ff712bdbecc0f9727ffe1bab49135191f19d1 Mon Sep 17 00:00:00 2001
From: Martin Hellspong <martin.hellspong@factor10.com>
Date: Thu, 05 Jan 2023 12:27:15 +0000
Subject: [PATCH] Add custom title / translation of categories (#755)
---
layouts/posts/single.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 655cf95..f89987c 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -26,7 +26,7 @@
</span>
</div>
{{ with .GetTerms "authors" }}{{ partial "taxonomy/authors.html" . }}{{ end }}
- {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
+ {{ with .GetTerms "categories" }}{{ partial "taxonomy/categories.html" . }}{{ end }}
{{ with .GetTerms "tags" }}{{ partial "taxonomy/tags.html" . }}{{ end }}
</div>
</header>
--
Gitblit v1.10.0