From ea464d91aff87a8e8e7e433dfd2c0e98b8a4dcfc Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 3 Oct 2024 16:19:55 -0400 Subject: =?UTF-8?q?fix:=20=F0=9F=90=9B=20broken=20dropdown=20menus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mod-countup caused dropdown menus to break and lose functionality. BREAKING CHANGE: 🧨 mod-countup removed from site ✅ Closes: #12 --- config/_default/hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index d8badd2..263c2c9 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -115,5 +115,5 @@ home = ["HTML", "RSS", "REDIR"] path = "github.com/gethinode/hinode" [[module.imports]] path = "github.com/gethinode/mod-mermaid" - [[module.imports]] - path = "github.com/anoduck/mod-countup" \ No newline at end of file + # [[module.imports]] + # path = "github.com/anoduck/mod-countup" \ No newline at end of file -- cgit v1.2.3