diff options
Diffstat (limited to 'tpl/default/feed.atom.html')
-rw-r--r-- | tpl/default/feed.atom.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/default/feed.atom.html b/tpl/default/feed.atom.html index 29187505..dd58bd1e 100644 --- a/tpl/default/feed.atom.html +++ b/tpl/default/feed.atom.html | |||
@@ -6,11 +6,13 @@ | |||
6 | <updated>{$last_update}</updated> | 6 | <updated>{$last_update}</updated> |
7 | {/if} | 7 | {/if} |
8 | <link rel="self" href="{$self_link}#" /> | 8 | <link rel="self" href="{$self_link}#" /> |
9 | <link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#" | ||
10 | title="Shaarli search - {$shaarlititle}" /> | ||
9 | {loop="$plugins_feed_header"} | 11 | {loop="$plugins_feed_header"} |
10 | {$value} | 12 | {$value} |
11 | {/loop} | 13 | {/loop} |
12 | <author> | 14 | <author> |
13 | <name>{$index_url}</name> | 15 | <name>{$pagetitle}</name> |
14 | <uri>{$index_url}</uri> | 16 | <uri>{$index_url}</uri> |
15 | </author> | 17 | </author> |
16 | <id>{$index_url}</id> | 18 | <id>{$index_url}</id> |