summaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2015-02-06 19:43:19 +0100
committerAlexander Færøy <ahf@0x90.dk>2015-02-06 19:43:19 +0100
commit32ce5e59db825e3842fedab0d89ddcda7cac4a1d (patch)
treec6e04415e1c6bfa975fe64d48bc81715ba6f2ba6 /_includes/head.html
parenta2fcb66a3c6238e24f513e1d35fdda3c8b449623 (diff)
downloadirssi.github.io-32ce5e59db825e3842fedab0d89ddcda7cac4a1d.zip
Add empty bootstrap template
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..b1c8ce5
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,11 @@
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+ <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
+ <meta name="description" content="{{ site.description }}">
+
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
+ <link rel="stylesheet" href="/assets/css/style.css">
+</head>