aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-18 14:23:24 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-18 14:23:24 +0100
commit79a0dfe9cc658cbfafebac0aa9f1c2953faff777 (patch)
tree39ff0456f6032c6ebcb4549ecfff8f586869b95a /tpl/default/includes.html
parent4b0838e698f7811a42b7dc02cda276d3f9d83855 (diff)
downloadShaarli-79a0dfe9cc658cbfafebac0aa9f1c2953faff777.tar.gz
Shaarli-79a0dfe9cc658cbfafebac0aa9f1c2953faff777.tar.zst
Shaarli-79a0dfe9cc658cbfafebac0aa9f1c2953faff777.zip
Apply v0.8.2 changes, add opensearch tpl, add favicon
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r--tpl/default/includes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html
index 24c4bef0..7e0c4a64 100644
--- a/tpl/default/includes.html
+++ b/tpl/default/includes.html
@@ -2,9 +2,9 @@
2<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 2<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3<meta name="format-detection" content="telephone=no" /> 3<meta name="format-detection" content="telephone=no" />
4<meta name="viewport" content="width=device-width, initial-scale=1"> 4<meta name="viewport" content="width=device-width, initial-scale=1">
5<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
6<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> 5<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
7<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> 6<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
7<link href="img/favicon.png" rel="shortcut icon" type="image/png" />
8<link type="text/css" rel="stylesheet" href="css/pure.min.css" /> 8<link type="text/css" rel="stylesheet" href="css/pure.min.css" />
9<link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css"> 9<link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css">
10<link type="text/css" rel="stylesheet" href="css/pure-extras.css"> 10<link type="text/css" rel="stylesheet" href="css/pure-extras.css">
@@ -17,4 +17,4 @@
17{loop="$plugins_includes.css_files"} 17{loop="$plugins_includes.css_files"}
18 <link type="text/css" rel="stylesheet" href="{$value}#"/> 18 <link type="text/css" rel="stylesheet" href="{$value}#"/>
19{/loop} 19{/loop}
20<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> \ No newline at end of file 20<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/> \ No newline at end of file