summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-03-17 09:43:15 +0100
committerGitHub <noreply@github.com>2018-03-17 09:43:15 +0100
commit8cab2d27e2b7727e632d817dbdd41a97cc99af00 (patch)
tree70f67bead5018f8bd40d4f93c198753c1854b0d9
parent155f263d2fb21ef6852826f1e5dd3cb11f12425e (diff)
Update head.html
Fixes #49
-rw-r--r--layouts/partials/head.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 20baf8f..66a5d46 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,10 +15,10 @@
{{- end }}
<!-- CSS -->
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
+ <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/print.css" media="print">
+ <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
+ <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
+ <link type="text/css" rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
{{ partial "head_fonts.html" . }}
<!-- Icons -->