hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit b7a9514c28b8e23d5d0de5dec177ae47f15774b6
parent 8a9be189b482982c5e835ee64803a9c301885b71
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 26 Jun 2018 16:58:33 -0500

Remove type from <style> tags.

Diffstat:
Mlayouts/partials/comment.html | 2+-
Mlayouts/partials/stylesheet.html | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
@@ -1,5 +1,5 @@
 <hr/>
-<style type="text/css">{{ partial "css/isso.css" . | safeCSS }}</style>
+<style>{{ partial "css/isso.css" . | safeCSS }}</style>
 <script async
         data-isso="/isso/"
         data-isso-css="false"
diff --git a/layouts/partials/stylesheet.html b/layouts/partials/stylesheet.html
@@ -1,2 +1,2 @@
-<style type="text/css">{{ partial "css/fonts.css" . | safeCSS }}</style>
-<style type="text/css">{{ partial "css/style.css" . | safeCSS }}</style>
+<style>{{ partial "css/fonts.css" . | safeCSS }}</style>
+<style>{{ partial "css/style.css" . | safeCSS }}</style>