aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-10-14 15:16:00 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:44 -0600
commit3ac0b7b574c73c57e17a6132f7bf5a851ade3b40 (patch)
tree0565e3aa65cddc1461f0090af88109e74a206eb4
parentb0ccdf8eb059f54a0e8cfad51466f12b8cd76451 (diff)
downloadblog.kennyballou.com-3ac0b7b574c73c57e17a6132f7bf5a851ade3b40.tar.gz
blog.kennyballou.com-3ac0b7b574c73c57e17a6132f7bf5a851ade3b40.tar.xz
Cleanup includes
* Fix path to site.css * remove non-existent site.js include
-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>