diff options
Diffstat (limited to 'views/header.html')
| -rw-r--r-- | views/header.html | 9 |
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> |
