aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-07-28 11:07:55 +0200
committerArthurHoaro <arthur@hoa.ro>2018-07-28 11:07:55 +0200
commit83faedadff76c5bdca036f39f13943f63b27e164 (patch)
tree6f44cede16ec6a60f10b9699e211e0818f06d2c8 /tpl/default/includes.html
parent1d9eb22a3df85b67fe6652c0876cd7382c2fb525 (diff)
parent658988f3aeba7a5a938783249ccf2765251e5597 (diff)
downloadShaarli-83faedadff76c5bdca036f39f13943f63b27e164.tar.gz
Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.tar.zst
Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.zip
Merge tag 'v0.9.7' into stable
Release v0.9.7
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r--tpl/default/includes.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html
new file mode 100644
index 00000000..b2bfec30
--- /dev/null
+++ b/tpl/default/includes.html
@@ -0,0 +1,21 @@
1<title>{$pagetitle}</title>
2<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3<meta name="format-detection" content="telephone=no" />
4<meta name="viewport" content="width=device-width, initial-scale=1">
5<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
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 href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
9<link type="text/css" rel="stylesheet" href="css/pure.min.css?v={$version_hash}" />
10<link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css?v={$version_hash}">
11<link type="text/css" rel="stylesheet" href="css/pure-extras.css?v={$version_hash}">
12<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css?v={$version_hash}" />
13<link type="text/css" rel="stylesheet" href="inc/awesomplete.css?v={$version_hash}#" />
14<link type="text/css" rel="stylesheet" href="css/shaarli.css?v={$version_hash}" />
15{if="is_file('data/user.css')"}
16 <link type="text/css" rel="stylesheet" href="data/user.css#" />
17{/if}
18{loop="$plugins_includes.css_files"}
19 <link type="text/css" rel="stylesheet" href="{$value}?v={$version_hash}#"/>
20{/loop}
21<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/>