summary refs log tree commit diff
path: root/templates/rss_content.xml/item.xml
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-22 10:28:56 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-22 10:33:30 +0100
commit135fcd3e93318162ba94507712fe3c43cec46af2 (patch)
tree79fdea3d1104cdb0ceb56bfbfce48d97e0b2ae74 /templates/rss_content.xml/item.xml
parent20880edf7e25a8e1bb8874cf890917de9faf803f (diff)
downloadlow-puszcza-135fcd3e93318162ba94507712fe3c43cec46af2.tar.gz
low-puszcza-135fcd3e93318162ba94507712fe3c43cec46af2.zip
Add img to rss feed
Diffstat (limited to 'templates/rss_content.xml/item.xml')
-rw-r--r--templates/rss_content.xml/item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rss_content.xml/item.xml b/templates/rss_content.xml/item.xml
index 780185a..1dc97e4 100644
--- a/templates/rss_content.xml/item.xml
+++ b/templates/rss_content.xml/item.xml
@@ -4,7 +4,7 @@
 	<guid>${siteurl}/${filename}</guid>
 	<dc:date>${created}T00:00:00Z</dc:date>
 	<author>${author}</author>
-	<description><![CDATA[<h1>${title}</h1>
+  <description><![CDATA[<img src="${image}"/><h1>${title}</h1>
         <p><strong>Last modification on </strong> <time>${updated}</time></p>
         %{contentfile}]]></description>
 </item>