aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/rss.xml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-10 05:40:39 -0400
committertdro <tdro@noreply.example.com>2022-07-10 05:40:39 -0400
commit4c028d71711aa50c112d05d10e31ab62359dda5d (patch)
tree88e6ee509b56b9ce12db9b0b19cddbfc8333716b /themes/default/layouts/_default/rss.xml
parent28f63d959f5c0c6ff5282a4c25e5da6f11435c8a (diff)
downloadcanory-4c028d71711aa50c112d05d10e31ab62359dda5d.tar.gz
canory-4c028d71711aa50c112d05d10e31ab62359dda5d.tar.bz2
canory-4c028d71711aa50c112d05d10e31ab62359dda5d.zip
themes/default/layouts/partials/function-content: Collect content
Ensure that content is congruent across all output types. Set default state for when content is empty.
Diffstat (limited to 'themes/default/layouts/_default/rss.xml')
-rw-r--r--themes/default/layouts/_default/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/rss.xml b/themes/default/layouts/_default/rss.xml
index a09f9bf..17334bf 100644
--- a/themes/default/layouts/_default/rss.xml
+++ b/themes/default/layouts/_default/rss.xml
@@ -32,7 +32,7 @@
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
<guid>{{ .Permalink }}</guid>
- <description>{{ .Content | html }}</description>
+ <description>{{ partial "function-content.html" .Content | html }}</description>
</item>
{{ end }}
{{ end }}