hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit ef5325bb3c9c2e6eca537b36bcfee91d11f74d81
parent 4b9ba792b3f67e09c09a8aa8ff2e8ec2fbc143d1
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Thu, 25 Apr 2019 00:35:24 -0400

Use default hyphenation policy

Diffstat:
Mlayouts/partials/css/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -78,7 +78,7 @@ img, iframe, video {
     max-width: 100%;
 }
 main {
-    hyphens: auto;
+    hyphens: manual;
 }
 blockquote {
     background: var(--stress-1-color);