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/includes.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/includes.html')
-rw-r--r-- | tpl/default/includes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index cdbfeea1..07a487bb 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -17,7 +17,8 @@ | |||
17 | {if="is_file('data/user.css')"} | 17 | {if="is_file('data/user.css')"} |
18 | <link type="text/css" rel="stylesheet" href="data/user.css#" /> | 18 | <link type="text/css" rel="stylesheet" href="data/user.css#" /> |
19 | {/if} | 19 | {/if} |
20 | <link rel="search" type="application/opensearchdescription+xml" href="./?do=opensearch#" title="Shaarli search - {$shaarlititle}"/> | 20 | <link rel="search" type="application/opensearchdescription+xml" href="./open-search#" |
21 | title="Shaarli search - {$shaarlititle}" /> | ||
21 | {if="! empty($links) && count($links) === 1"} | 22 | {if="! empty($links) && count($links) === 1"} |
22 | {$link=reset($links)} | 23 | {$link=reset($links)} |
23 | <meta property="og:title" content="{$link.title}" /> | 24 | <meta property="og:title" content="{$link.title}" /> |