Skip to content

Commit

Permalink
remove unneeded type="text/css"
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and matalo33 committed Jun 11, 2019
1 parent ec48c61 commit c9153e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c9153e7

Please sign in to comment.