diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-22 10:28:56 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-22 10:33:30 +0100 |
commit | 135fcd3e93318162ba94507712fe3c43cec46af2 (patch) | |
tree | 79fdea3d1104cdb0ceb56bfbfce48d97e0b2ae74 /templates/rss_content.xml | |
parent | 20880edf7e25a8e1bb8874cf890917de9faf803f (diff) | |
download | low-puszcza-135fcd3e93318162ba94507712fe3c43cec46af2.tar.gz low-puszcza-135fcd3e93318162ba94507712fe3c43cec46af2.zip |
Add img to rss feed
Diffstat (limited to 'templates/rss_content.xml')
-rw-r--r-- | templates/rss_content.xml/item.xml | 2 |
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> |