From 99d1535c7c90f96d8336d82c29ce14da2e458c67 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Sun, 14 Jul 2024 08:13:23 -0400 Subject: [PATCH] Keep all quotation marks when minifying HTML --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index f96165e..7851378 100644 --- a/hugo.toml +++ b/hugo.toml @@ -37,6 +37,7 @@ title = "Ethan Yoo" minifyOutput = true [minify.tdewolff.html] keepComments = true + keepQuotes = true # Parameters [params]