aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-01 14:06:43 -0500
committertdro <tdro@noreply.example.com>2022-12-01 14:06:43 -0500
commit2445874d6bba90c816f8537268d7f985316b1ce8 (patch)
tree49421efc6047244f3a7d9538caefb19713cf58c8
parentca4945a9f0d2404e5c99397278c01d010b38da0e (diff)
downloadcanory-2445874d6bba90c816f8537268d7f985316b1ce8.tar.gz
canory-2445874d6bba90c816f8537268d7f985316b1ce8.tar.bz2
canory-2445874d6bba90c816f8537268d7f985316b1ce8.zip
themes/default/layouts/partials/function-generate-feeds: Trim retitle
-rw-r--r--themes/default/layouts/partials/function-generate-feeds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/function-generate-feeds.html b/themes/default/layouts/partials/function-generate-feeds.html
index 545e1b8..2bcef5b 100644
--- a/themes/default/layouts/partials/function-generate-feeds.html
+++ b/themes/default/layouts/partials/function-generate-feeds.html
@@ -8,7 +8,7 @@
{{- $data := split . " " -}}
{{- $url := delimit (first 1 $data) "" -}}
- {{- $retitle := delimit (after 1 $data) " " -}}
+ {{- $retitle := trim (delimit (after 1 $data) " ") " " -}}
{{- with resources.GetRemote $url -}}
{{- with .Err -}}