Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/rss/item.html')
-rw-r--r--layouts/partials/rss/item.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/rss/item.html b/layouts/partials/rss/item.html
index f5c34dd..ec31841 100644
--- a/layouts/partials/rss/item.html
+++ b/layouts/partials/rss/item.html
@@ -15,7 +15,7 @@
<guid>
{{- .Page.Permalink -}}
</guid>
- <description>
+ <turbo:content>
{{- "<![CDATA[" | safeHTML -}}
{{- with $params.featuredimage -}}
<div class="featured-image">
@@ -32,5 +32,5 @@
{{- end -}}
{{- $content | replaceRE `<figure[^>]*>.*</figure>` "" | replaceRE `<img[^>]*( /)?>` "" | safeHTML -}}
{{- "]]>" | safeHTML -}}
- </description>
+ </turbo:content>
</item> \ No newline at end of file