diff options
Diffstat (limited to 'tpl/feed.rss.html')
-rw-r--r-- | tpl/feed.rss.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/feed.rss.html b/tpl/feed.rss.html index 73791f63..ee3fef88 100644 --- a/tpl/feed.rss.html +++ b/tpl/feed.rss.html | |||
@@ -8,6 +8,8 @@ | |||
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 | <atom:link rel="search" type="application/opensearchdescription+xml" href="{$index_url}?do=opensearch#" | ||
12 | title="Shaarli search - {$shaarlititle}" /> | ||
11 | {loop="$feed_plugins_header"} | 13 | {loop="$feed_plugins_header"} |
12 | {$value} | 14 | {$value} |
13 | {/loop} | 15 | {/loop} |