summaryrefslogtreecommitdiff
path: root/views/header.html
diff options
context:
space:
mode:
authorHorus32015-02-27 04:02:15 +0100
committerHorus32015-02-27 04:02:15 +0100
commit6837ddf68f13a1633ea868ab55d71389ca5bc175 (patch)
tree94fbfabdfa4506eb1b2dbf0067a7c0fa87f294c9 /views/header.html
parent60767a3ea8190d3f070f3aae86c2d72ffb10cfd6 (diff)
downloadstatuspage-6837ddf68f13a1633ea868ab55d71389ca5bc175.tar.gz
Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files.
Diffstat (limited to 'views/header.html')
-rw-r--r--views/header.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/views/header.html b/views/header.html
index bd1a3b0..8b0f9f4 100644
--- a/views/header.html
+++ b/views/header.html
@@ -7,14 +7,9 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>{{.title}}</title>
<!--link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css'-->
- <link rel='stylesheet' type='text/css' href='/static/bootstrap/css/bootstrap.min.css'>
- <link rel='stylesheet' type='text/css' href='/static/css/ripples.min.css'>
- <link rel='stylesheet' type='text/css' href='/static/css/material-wfont.min.css'>
- <link rel='stylesheet' type='text/css' href='/static/css/style.css'>
+ <link rel='stylesheet' type='text/css' href='/static/css/main.css'>
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel='shortcut icon' type='image/png' href='/static/img/favicon.ico'>
- {{range .moreStyles}}
- <link rel='stylesheet' type='text/css' href='/public/{{.}}'>
- {{end}}
<noscript>
<style>.navbar{margin-bottom:0;}</style>
</noscript>