aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/feeds.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-20 22:05:41 -0400
committertdro <tdro@noreply.example.com>2022-10-20 22:05:41 -0400
commitf804191de73059f7112764af0b8c625d06fec61a (patch)
tree79e96feac4c3db35b22ae6451a2e4eb0f6f00d54 /themes/default/layouts/_default/feeds.html
parent5537b61e597dba47b5cd69c28268612e7eb6deb5 (diff)
downloadcanory-f804191de73059f7112764af0b8c625d06fec61a.tar.gz
canory-f804191de73059f7112764af0b8c625d06fec61a.tar.bz2
canory-f804191de73059f7112764af0b8c625d06fec61a.zip
themes/default/layouts/partials/web-ring: Avoid extra markup with feed function return
Diffstat (limited to 'themes/default/layouts/_default/feeds.html')
-rw-r--r--themes/default/layouts/_default/feeds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/feeds.html b/themes/default/layouts/_default/feeds.html
index 71e6328..2845ea0 100644
--- a/themes/default/layouts/_default/feeds.html
+++ b/themes/default/layouts/_default/feeds.html
@@ -41,7 +41,7 @@
{{ partial "pagination.html" . }}
- {{ partial "generate-feeds" . }}
+ {{ $writeToFile := partial "function-generate-feeds" . }}
{{ end }}