diff options
author | tdro <tdro@noreply.example.com> | 2022-10-20 22:05:41 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-10-20 22:05:41 -0400 |
commit | f804191de73059f7112764af0b8c625d06fec61a (patch) | |
tree | 79e96feac4c3db35b22ae6451a2e4eb0f6f00d54 /themes/default/layouts/_default | |
parent | 5537b61e597dba47b5cd69c28268612e7eb6deb5 (diff) | |
download | canory-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')
-rw-r--r-- | themes/default/layouts/_default/feeds.html | 2 |
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 }} |