From fabd3dd8c3a3f27c398ff6451fe9adbc3323518d Mon Sep 17 00:00:00 2001
From: Felix Börner <github@felix-boerner.de>
Date: Wed, 14 Nov 2018 15:15:20 +0000
Subject: [PATCH] Merge pull request #3 from drizzt/patch-1

---
 layouts/partials/head.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3782f6a..d2bf4bd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,7 +27,7 @@
 
 <!-- Image Styles -->
 {{ if .Site.Params.visual.image.enable }}
-  <style type="text/css">
+  <style>
   {{ if .Site.Params.visual.image.file }}
     .fs-split .split-image { background-image: url("{{ .Site.Params.visual.image.file | absURL }}"); background-position: {{ if .Site.Params.visual.image.position }}{{ .Site.Params.visual.image.position }}{{ else }}center center{{ end }}; }
   {{ end }}

--
Gitblit v1.10.0