From 6b61c7bb00f9cda86f94a74ea09c6df2ed7e4b18 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 23 Jan 2022 12:11:41 -0800 Subject: [PATCH] Use i18n string for taxonomy layout 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 }}