From b80878fbe0b2564cf88054889fc09241fac88d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Fri, 9 Jan 2026 15:08:13 +0900 Subject: [PATCH] fixed broken english pdf path --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 0624bed..d2be144 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,7 +8,8 @@ contentDir = 'content' [markup] [markup.goldmark.renderer] unsafe = true - +[markup.goldmark] + duplicateResourceFiles = true [markup.tableOfContents] startLevel = 1