mirror of https://github.com/escalate/hugo-split-theme.git

Timothy Redaelli
12.30.2018 90b115579ac68d65e3d5fa15550489591b6908cc
Remove type="text/css" from style

This is needed to avoid a warning in validator.w3.org
1 files modified
2 ■■■ changed files
layouts/partials/head.html 2 ●●● patch | view | raw | blame | history
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 }}