diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-03 16:19:55 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-03 16:19:55 -0400 |
| commit | ea464d91aff87a8e8e7e433dfd2c0e98b8a4dcfc (patch) | |
| tree | c427a1fcbb6cd161b11a7f3288049f011cc47081 /config/_default/hugo.toml | |
| parent | 430153abdcb5cfc965f030e449b414d88964bec1 (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.toml | 4 |
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 |
