aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-02-16 20:32:03 +0100
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:17:27 +0200
commit341dac14f0f5e3ab368e8dba88612e35ffc979a1 (patch)
treeb42c03ad82df7a022457c29ba9f0bcaaf573e737 /tpl/default/includes.html
parent6b98d4617966e66a10552ac856cc50b12d4a21e1 (diff)
downloadShaarli-341dac14f0f5e3ab368e8dba88612e35ffc979a1.tar.gz
Shaarli-341dac14f0f5e3ab368e8dba88612e35ffc979a1.tar.zst
Shaarli-341dac14f0f5e3ab368e8dba88612e35ffc979a1.zip
Initialize default template with Pure CSS and Font Awesome
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r--tpl/default/includes.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html
new file mode 100644
index 00000000..4f340508
--- /dev/null
+++ b/tpl/default/includes.html
@@ -0,0 +1,17 @@
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.0" />
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/font-awesome.min.css" />
10<link type="text/css" rel="stylesheet" href="css/shaarli.css" />
11{if="is_file('inc/user.css')"}
12 <link type="text/css" rel="stylesheet" href="inc/user.css#" />
13{/if}
14{loop="$plugins_includes.css_files"}
15 <link type="text/css" rel="stylesheet" href="{$value}#"/>
16{/loop}
17<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> \ No newline at end of file