From f6329f3e37d45460dfd4b476fd4e5a6020e32332 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 2 Feb 2022 08:05:42 -0800 Subject: [PATCH] Use i18n string for taxonomy layout (#500) This allows for overriding of the string (without overriding the whole layout), such as [here](https://github.com/scubbo/blogContent/commit/23240c3367164c9300eb8895a7837c7f07ff5b9c) --- layouts/_default/taxonomy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 6741379..33d8efb 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,10 +1,10 @@ {{ define "main" }}
-
+
{{ range .Pages }}