about summary refs log tree commit diff homepage
path: root/_rss/head.xml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-25 15:28:14 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-25 15:28:14 +0700
commit715066eb931b0b74afb8746e0cf0d263ddedc7b3 (patch)
tree862674a1808d1df8d408660bf472f86e28fac578 /_rss/head.xml
parent72050ff5ad13a2753ed4b3ed0e36d86f7b0ee919 (diff)
downloadsite-715066eb931b0b74afb8746e0cf0d263ddedc7b3.tar.gz
Bundle full content in RSS feed
Diffstat (limited to '_rss/head.xml')
-rw-r--r--_rss/head.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/_rss/head.xml b/_rss/head.xml
index 4c9f62b..28f4204 100644
--- a/_rss/head.xml
+++ b/_rss/head.xml
@@ -20,17 +20,13 @@ rss_file variable in your config file if you want to use something different tha
   xmlns:georss="http://www.georss.org/georss">
 
   <channel>
-    <title>
-      <![CDATA[  {{fd2rss website_title}}  ]]>
-    </title>
-    <link> {{website_url}} </link>
-    <description>
-      <![CDATA[  {{fd2rss website_description}}  ]]>
-    </description>
+    <title><![CDATA[{{fd2rss website_title}}]]></title>
+    <link>{{website_url}}</link>
+    <description><![CDATA[{{fd2rss website_description}}]]></description>
     <atom:link
       href="{{fd_rss_feed_url}}"
       rel="self"
-      type="application/rss+xml" />
+      type="application/rss+xml"/>
 <!--
 * items will be added here in chronological order
 * the channel will then be closed