remove unneeded type="text/css"

This commit is contained in:
Christian Oliff 2019-06-11 11:38:44 +09:00 committed by Matthew Taylor
parent ec48c61329
commit c9153e7c04

View file

@ -16,7 +16,7 @@
{{with .Site.Params.themeVariant}}
<link href="{{(printf "css/theme-%s.css" .) | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
{{end}}
<style type="text/css">
<style>
:root #header + #content > #left > #rlblock_left {
display: none !important;
}