diff options
Diffstat (limited to 'tpl/feed.atom.html')
-rw-r--r-- | tpl/feed.atom.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tpl/feed.atom.html b/tpl/feed.atom.html index aead0459..49798e85 100644 --- a/tpl/feed.atom.html +++ b/tpl/feed.atom.html | |||
@@ -6,11 +6,11 @@ | |||
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 | {if="!empty($pubsubhub_url)"} | 9 | <link rel="search" type="application/opensearchdescription+xml" href="{$index_url}?do=opensearch#" |
10 | <!-- PubSubHubbub Discovery --> | 10 | title="Shaarli search - {$shaarlititle}" /> |
11 | <link rel="hub" href="{$pubsubhub_url}#" /> | 11 | {loop="$feed_plugins_header"} |
12 | <!-- End Of PubSubHubbub Discovery --> | 12 | {$value} |
13 | {/if} | 13 | {/loop} |
14 | <author> | 14 | <author> |
15 | <name>{$index_url}</name> | 15 | <name>{$index_url}</name> |
16 | <uri>{$index_url}</uri> | 16 | <uri>{$index_url}</uri> |
@@ -34,6 +34,9 @@ | |||
34 | {loop="$value.taglist"} | 34 | {loop="$value.taglist"} |
35 | <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" /> | 35 | <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" /> |
36 | {/loop} | 36 | {/loop} |
37 | {loop="$value.feed_plugins"} | ||
38 | {$value} | ||
39 | {/loop} | ||
37 | </entry> | 40 | </entry> |
38 | {/loop} | 41 | {/loop} |
39 | </feed> | 42 | </feed> |