aboutsummaryrefslogtreecommitdiff
path: root/includes.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes.html')
-rw-r--r--includes.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/includes.html b/includes.html
new file mode 100644
index 0000000..0350ef6
--- /dev/null
+++ b/includes.html
@@ -0,0 +1,20 @@
+<title>{$pagetitle}</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="format-detection" content="telephone=no" />
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
+<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
+<link href="img/favicon.png" rel="shortcut icon" type="image/png" />
+<link type="text/css" rel="stylesheet" href="css/pure.min.css" />
+<link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css">
+<link type="text/css" rel="stylesheet" href="css/pure-extras.css">
+<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" />
+<link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" />
+<link type="text/css" rel="stylesheet" href="css/shaarli.css" />
+{if="is_file('data/user.css')"}
+ <link type="text/css" rel="stylesheet" href="data/user.css#" />
+{/if}
+{loop="$plugins_includes.css_files"}
+ <link type="text/css" rel="stylesheet" href="{$value}#"/>
+{/loop}
+<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/> \ No newline at end of file