commit 00dd942b2a8d3a0c058170c14d9ce994663b5d84 parent 08ceee3ea8780eba79af2a3331f5ac1c5337d7b3 Author: Matsuda Kenji <info@mtkn.jp> Date: Sat, 28 Feb 2026 12:17:40 +0900 fix config Diffstat:
| M | hugo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugo.toml b/hugo.toml @@ -7,7 +7,7 @@ disableKinds = ['sitemap', 'taxonomy', 'term'] [outputs] section = ['html'] taxonomy = ['html'] - tag = ['html'] + term = ['html'] [outputFormats] [outputFormats.rss]