aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authoretienne <admin@MacBook-Pro-de-Admin.local>2014-10-21 23:35:24 +0200
committeretienne <admin@MacBook-Pro-de-Admin.local>2014-10-21 23:35:24 +0200
commit667e11c4ec3835d959aab1797647bd0a49869674 (patch)
tree84c6c5f20686574009f1dccc0f27a7192ff165e7 /layouts/partials/header.html
Init commit
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..5fdac85
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="">
+
+ <title>{{ .Title }}</title>
+
+ <!-- Bootstrap core CSS -->
+ <link href="/css/bootstrap-theme.css" rel="stylesheet">
+
+ <link href='http://fonts.googleapis.com/css?family=Arbutus+Slab&family=Cabin:600&family=Source+Code+Pro' rel='stylesheet' type='text/css'>
+ <!-- Add custom CSS here -->
+ <link href="/css/HPstyles.css" rel="stylesheet">
+ <link href="/css/hugofont.css" rel="stylesheet">
+ <link href="/css/owl.carousel.css" rel="stylesheet">
+ <link href="/css/owl.theme.default.css" rel="stylesheet">
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
+ </head>
+
+ <body>