diff options
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> |