From 90b115579ac68d65e3d5fa15550489591b6908cc Mon Sep 17 00:00:00 2001
From: Timothy Redaelli <drizzt@users.noreply.github.com>
Date: Mon, 12 Nov 2018 16:30:45 +0000
Subject: [PATCH] Remove type="text/css" from style

---
 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