summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-03 16:19:55 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-03 16:19:55 -0400
commitea464d91aff87a8e8e7e433dfd2c0e98b8a4dcfc (patch)
treec427a1fcbb6cd161b11a7f3288049f011cc47081 /config/_default/hugo.toml
parent430153abdcb5cfc965f030e449b414d88964bec1 (diff)
fix: ๐Ÿ› broken dropdown menus
Mod-countup caused dropdown menus to break and lose functionality. BREAKING CHANGE: ๐Ÿงจ mod-countup removed from site โœ… Closes: #12
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml4
1 files changed, 2 insertions, 2 deletions
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