]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/includes.html
03cc3d2a7a74d6391a402c5391fe31d0916c0933
[github/shaarli/Shaarli.git] / tpl / default / includes.html
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/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" />
7 <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
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">
10 <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" />
11 <link type="text/css" rel="stylesheet" href="css/shaarli.css" />
12 <link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" />
13 {if="is_file('inc/user.css')"}
14 <link type="text/css" rel="stylesheet" href="inc/user.css#" />
15 {/if}
16 {loop="$plugins_includes.css_files"}
17 <link type="text/css" rel="stylesheet" href="{$value}#"/>
18 {/loop}
19 <link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/>