From 015ed4cfa2db4636e03debcda0d4201f24346098 Mon Sep 17 00:00:00 2001
From: Aiden Bai 白宇彤 <aiden.bai05@gmail.com>
Date: Sun, 03 Jul 2022 02:40:18 +0000
Subject: [PATCH] Fix `width: auto` for SPA routing (#156)
---
layouts/_default/section.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 1a4aae0..abdf0b0 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -19,7 +19,6 @@
</article>
{{partial "contact.html" .}}
</div>
-{{partial "popover.html" .}}
</body>
</html>
--
Gitblit v1.10.0