From 07b67ff11211dc27642c743d52de54c2307854c0 Mon Sep 17 00:00:00 2001 From: Xin Date: Fri, 1 Mar 2024 23:40:55 +0000 Subject: [PATCH] fix: module imports should be array in hugo config --- exampleSite/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 15c4c31..1def555 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -41,7 +41,7 @@ module: workspace: hugo.work imports: - path: github.com/imfing/hextra + - path: github.com/imfing/hextra markup: goldmark: