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

Felix Börner
14.15.2018 fabd3dd8c3a3f27c398ff6451fe9adbc3323518d
Merge pull request #3 from drizzt/patch-1

Remove type="text/css" from style
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 }}