summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-02-25 11:37:09 -0700
committerkballou <kballou@devnulllabs.io>2016-02-25 11:37:09 -0700
commitfa5ac9d9887cd79cbf155b7389ffe29b9f033554 (patch)
treeac987c3d5461d4f1315e9ea81d1b650cfabba4d8
parent1fd06a0d138b0c984293fb6ea3cbef90f1522b38 (diff)
downloadkennyballou.com-fa5ac9d9887cd79cbf155b7389ffe29b9f033554.tar.gz
kennyballou.com-fa5ac9d9887cd79cbf155b7389ffe29b9f033554.tar.xz
Fix stylesheet rel type
-rw-r--r--blag/layouts/partials/head_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blag/layouts/partials/head_includes.html b/blag/layouts/partials/head_includes.html
index 3c9c148..90d1f49 100644
--- a/blag/layouts/partials/head_includes.html
+++ b/blag/layouts/partials/head_includes.html
@@ -1,3 +1,3 @@
-<link rel="sytlesheet" href="{{ .Site.BaseURL }}/css/site.css" />
+<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/site.css" />
<link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">