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