diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-05-20 10:47:20 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | 5ec4708ced1cdca01eddd7e52377ab5e5f8b3290 (patch) | |
tree | 2d65bdd883c70ac12bee12e113f514cd59d3bdc2 /tpl/default/feed.atom.html | |
parent | 7b2ba6ef820335df682fbe3dcfaceef3a62cf4a5 (diff) | |
download | Shaarli-5ec4708ced1cdca01eddd7e52377ab5e5f8b3290.tar.gz Shaarli-5ec4708ced1cdca01eddd7e52377ab5e5f8b3290.tar.zst Shaarli-5ec4708ced1cdca01eddd7e52377ab5e5f8b3290.zip |
Process OpenSearch controller through Slim
Also it was missing on the default template feeds
Diffstat (limited to 'tpl/default/feed.atom.html')
-rw-r--r-- | tpl/default/feed.atom.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/default/feed.atom.html b/tpl/default/feed.atom.html index bcfa7012..dd58bd1e 100644 --- a/tpl/default/feed.atom.html +++ b/tpl/default/feed.atom.html | |||
@@ -6,6 +6,8 @@ | |||
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} |