From 1c45908fc93ac3f12d044db87f1c341ff7be69f3 Mon Sep 17 00:00:00 2001 From: Fabrice Peraud Date: Fri, 3 Jan 2025 09:23:09 +0100 Subject: [PATCH] Removing RenderString from taxonomy and term bodys --- layouts/partials/bodys/taxonomy.html | 4 ++-- layouts/partials/bodys/term.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/bodys/taxonomy.html b/layouts/partials/bodys/taxonomy.html index 8d101e928c..d4694f6666 100644 --- a/layouts/partials/bodys/taxonomy.html +++ b/layouts/partials/bodys/taxonomy.html @@ -5,8 +5,8 @@ {{- $title := partial "title.gotmpl" (dict "page" .) }}

{{ $title }}

-{{ partial "partials/shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) | .RenderString }} +{{ partial "partials/shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) }} - \ No newline at end of file + diff --git a/layouts/partials/bodys/term.html b/layouts/partials/bodys/term.html index 586b2612fc..70b1ce577e 100644 --- a/layouts/partials/bodys/term.html +++ b/layouts/partials/bodys/term.html @@ -5,8 +5,8 @@ {{- $title := partial "title.gotmpl" (dict "page" .) }}

{{ $title }}

-{{ partial "partials/shortcodes/term.html" (dict "page" . "term" .) | .RenderString }} +{{ partial "partials/shortcodes/term.html" (dict "page" . "term" .) }} - \ No newline at end of file +