aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/feed.rss.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/feed.rss.html')
-rw-r--r--tpl/feed.rss.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/tpl/feed.rss.html b/tpl/feed.rss.html
index e18dbf9b..ee3fef88 100644
--- a/tpl/feed.rss.html
+++ b/tpl/feed.rss.html
@@ -8,10 +8,11 @@
8 <copyright>{$index_url}</copyright> 8 <copyright>{$index_url}</copyright>
9 <generator>Shaarli</generator> 9 <generator>Shaarli</generator>
10 <atom:link rel="self" href="{$self_link}" /> 10 <atom:link rel="self" href="{$self_link}" />
11 {if="!empty($pubsubhub_url)"} 11 <atom:link rel="search" type="application/opensearchdescription+xml" href="{$index_url}?do=opensearch#"
12 <!-- PubSubHubbub Discovery --> 12 title="Shaarli search - {$shaarlititle}" />
13 <atom:link rel="hub" href="{$pubsubhub_url}" /> 13 {loop="$feed_plugins_header"}
14 {/if} 14 {$value}
15 {/loop}
15 {loop="$links"} 16 {loop="$links"}
16 <item> 17 <item>
17 <title>{$value.title}</title> 18 <title>{$value.title}</title>
@@ -29,6 +30,9 @@
29 {loop="$value.taglist"} 30 {loop="$value.taglist"}
30 <category domain="{$index_url}?searchtags=">{$value}</category> 31 <category domain="{$index_url}?searchtags=">{$value}</category>
31 {/loop} 32 {/loop}
33 {loop="$value.feed_plugins"}
34 {$value}
35 {/loop}
32 </item> 36 </item>
33 {/loop} 37 {/loop}
34 </channel> 38 </channel>