aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5fdac85..f832f7d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,14 +9,14 @@
<title>{{ .Title }}</title>
<!-- Bootstrap core CSS -->
- <link href="/css/bootstrap-theme.css" rel="stylesheet">
+ <link href="{{ .Site.BaseURL }}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 href="{{ .Site.BaseURL }}css/HPstyles.css" rel="stylesheet">
+ <link href="{{ .Site.BaseURL }}css/hugofont.css" rel="stylesheet">
+ <link href="{{ .Site.BaseURL }}css/owl.carousel.css" rel="stylesheet">
+ <link href="{{ .Site.BaseURL }}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>