aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-02-25 11:37:09 -0700
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:45 -0600
commit43f5c5afcac42ecd3a626851c416778a6d6f5895 (patch)
tree0f77822d61a40480758759d2f894677b6ec1d5ba /layouts
parent1acc4be711895ad6248f04424253c5d832f28f10 (diff)
downloadblog.kennyballou.com-43f5c5afcac42ecd3a626851c416778a6d6f5895.tar.gz
blog.kennyballou.com-43f5c5afcac42ecd3a626851c416778a6d6f5895.tar.xz
Fix stylesheet rel type
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 3c9c148..90d1f49 100644
--- a/layouts/partials/head_includes.html
+++ b/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">