mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
remove unneeded type="text/css"
This commit is contained in:
parent
ec48c61329
commit
c9153e7c04
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
{{with .Site.Params.themeVariant}}
|
{{with .Site.Params.themeVariant}}
|
||||||
<link href="{{(printf "css/theme-%s.css" .) | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
<link href="{{(printf "css/theme-%s.css" .) | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet">
|
||||||
{{end}}
|
{{end}}
|
||||||
<style type="text/css">
|
<style>
|
||||||
:root #header + #content > #left > #rlblock_left {
|
:root #header + #content > #left > #rlblock_left {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue