]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/default/includes.html
load user css at last, after plugin css to enable changing plugin styles
[github/shaarli/Shaarli.git] / tpl / default / includes.html
CommitLineData
402b0346
A
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" />
9d245de6 8<link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
7e9bd977 9<link type="text/css" rel="stylesheet" href="css/shaarli.min.css?v={$version_hash}" />
402b0346 10{loop="$plugins_includes.css_files"}
bfe4f536 11 <link type="text/css" rel="stylesheet" href="{$value}?v={$version_hash}#"/>
402b0346 12{/loop}
d811e4fd
MS
13{if="is_file('data/user.css')"}
14 <link type="text/css" rel="stylesheet" href="data/user.css#" />
15{/if}
9d245de6 16<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/>