aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head_includes.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head_includes.html')
-rw-r--r--layouts/partials/head_includes.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 2df69ce..cf1eafc 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,4 +1,3 @@
-<link rel="sytlesheet" href="/css/site.css" />
+<link rel="sytlesheet" href="{{ .Site.BaseUrl }}/css/site.css" />
<link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
-<script src="{{ .Site.BaseUrl }}/js/site.js"></script>