From d25a6eabf96751ffca56f8a8139272def7a65041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Cl=C3=A1udio=20Silveira=20Duarte?= Date: Mon, 20 Apr 2026 06:37:30 -0300 Subject: [PATCH] fix(citations): correct URL for CSL locales (#2377) Co-authored-by: Luiz Claudio Silveira Duarte --- quartz/plugins/transformers/citations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/plugins/transformers/citations.ts b/quartz/plugins/transformers/citations.ts index 1a3ad80..d523be6 100644 --- a/quartz/plugins/transformers/citations.ts +++ b/quartz/plugins/transformers/citations.ts @@ -31,7 +31,7 @@ export const Citations: QuartzTransformerPlugin> = (userOpts) = // locale available and simply create the lang url-string let lang: string = "en-US" if (ctx.cfg.configuration.locale !== "en-US") { - lang = `https://raw.githubusercontent.com/citation-stylelanguage/locales/refs/heads/master/locales-${ctx.cfg.configuration.locale}.xml` + lang = `https://raw.githubusercontent.com/citation-style-language/locales/refs/heads/master/locales-${ctx.cfg.configuration.locale}.xml` } // Add rehype-citation to the list of plugins plugins.push([