diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:01:45 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-28 03:04:59 -0400 |
| commit | 185fccd88df071800f225b8196a59b048c2ea2cf (patch) | |
| tree | 52485bd3203b44e07ab4526d575def3d4d8d1452 /config/_default/hugo.toml | |
| parent | beffdd80ee9c810b9dda04f1c0fa348b1716a1b1 (diff) | |
fix(google): fixed links for google
added page aliases, and removed links where needed
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 14c7648..660ebde 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -117,11 +117,11 @@ home = ["HTML", "RSS", "REDIR"] path = "github.com/gethinode/mod-mermaid" [[module.imports]] path = "github.com/anoduck/mod-timelinejs" - [[module.imports]] - path = "github.com/anoduck/mod-alwaysdark" + # [[module.imports]] + # path = "github.com/anoduck/mod-alwaysdark" [[module.imports]] path = "github.com/anoduck/mod-countup" - [[module.imports]] - path = "github.com/anoduck/mod-popup" + # [[module.imports]] + # path = "github.com/anoduck/mod-popup" [[module.imports]] path = "github.com/anoduck/mod-juxtapose" |
