From c5ec185f96a4c029fbcf703a7a741c606c976775 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Tue, 21 Feb 2023 21:25:24 +0000
Subject: [PATCH] use double quotes & fix spacing

---
 layouts/partials/mode.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/partials/mode.html b/layouts/partials/mode.html
index c0eb280..bcf4b69 100644
--- a/layouts/partials/mode.html
+++ b/layouts/partials/mode.html
@@ -1,4 +1,4 @@
-<div class = 'color_mode'>
-  <label for = 'mode'></label>
-  <input type = 'checkbox' class = 'color_choice standardize-input' id = 'mode' title="Toggle Dark Mode">
+<div class="color_mode">
+  <label for="mode"></label>
+  <input type="checkbox" class="color_choice standardize-input" id="mode" title="Toggle Dark Mode">
 </div>

--
Gitblit v1.10.0