embed image in rss

This commit is contained in:
vulpine 2021-07-24 15:17:32 -04:00
parent 1dc2e88e46
commit ba8ed753d0
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ $anchor = str_replace(" ", "", $title);
<title><?php echo $title; ?></title>
<link><?php echo $url . '#' . $anchor;?></link>
<description><?php echo $url . $image; ?></description>
<description><![CDATA[
<img src="<?php echo $url . $image; ?>">
]]></description>
</item>
<?php