diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-01-23 22:26:38 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | bee33239ed444f9724422fe5234cd79997500519 (patch) | |
tree | 67e8a675d4151ea8561f7f89cf92f8009c2a0f07 /tpl/default/includes.html | |
parent | b8e3630f2ecd142d397b1b062a346a667bb78595 (diff) | |
download | Shaarli-bee33239ed444f9724422fe5234cd79997500519.tar.gz Shaarli-bee33239ed444f9724422fe5234cd79997500519.tar.zst Shaarli-bee33239ed444f9724422fe5234cd79997500519.zip |
Fix all relative link to work with new URL
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r-- | tpl/default/includes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 3820a4f7..3e7d6320 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -17,7 +17,7 @@ | |||
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="./?do=opensearch#" title="Shaarli search - {$shaarlititle}"/> |
21 | {if="! empty($links) && count($links) === 1"} | 21 | {if="! empty($links) && count($links) === 1"} |
22 | {$link=reset($links)} | 22 | {$link=reset($links)} |
23 | <meta property="og:title" content="{$link.title}" /> | 23 | <meta property="og:title" content="{$link.title}" /> |