aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/rss.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index/rss.phtml')
-rw-r--r--app/views/index/rss.phtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/index/rss.phtml b/app/views/index/rss.phtml
index c811a0354..d37701bbd 100644
--- a/app/views/index/rss.phtml
+++ b/app/views/index/rss.phtml
@@ -9,10 +9,15 @@
<channel>
<title><?= $this->rss_title ?></title>
<link><?= $this->html_url ?></link>
- <description><?= _t('index.feed.rss_of', $this->rss_title) ?></description>
+ <description><?= $this->description ?></description>
<pubDate><?= date('D, d M Y H:i:s O') ?></pubDate>
<lastBuildDate><?= gmdate('D, d M Y H:i:s') ?> GMT</lastBuildDate>
<atom:link href="<?= $this->rss_url ?>" rel="self" type="application/rss+xml" />
+ <image>
+ <url><?= $this->image_url ?></url>
+ <title><?= $this->rss_title ?></title>
+ <link><?= $this->html_url ?></link>
+ </image>
<?php
foreach ($this->entries as $item) {
if (!$this->internal_rendering) {