aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-09-02 10:11:36 -0400
committertdro <tdro@noreply.example.com>2022-09-02 10:11:36 -0400
commita8b337f2d6b72bf209128c6214375e0a1dbb672f (patch)
treea597dd6b343316fee8a0d159ef9d7ce94a65e4b7
parent43019f76773768efcb9bcce61d96e7367bda8f1f (diff)
downloadcanory-a8b337f2d6b72bf209128c6214375e0a1dbb672f.tar.gz
canory-a8b337f2d6b72bf209128c6214375e0a1dbb672f.tar.bz2
canory-a8b337f2d6b72bf209128c6214375e0a1dbb672f.zip
themes/default/layouts/_default/rss: Add newline tags separator
-rw-r--r--themes/default/layouts/_default/rss.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/rss.xml b/themes/default/layouts/_default/rss.xml
index bda0455..2a85b8f 100644
--- a/themes/default/layouts/_default/rss.xml
+++ b/themes/default/layouts/_default/rss.xml
@@ -53,6 +53,7 @@
<guid>{{ .Permalink }}</guid>
<description>
{{- partial "function-content.html" .Content | html -}}
+ {{- print "<br>" | html -}}
{{- partial "rss-tags.html" . | html -}}
</description>
</item>