From fd7e518b1823ba1ca8c001a688615673cc91cdaf Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Thu, 8 Jan 2026 09:28:38 +0800 Subject: [PATCH] Update quartz/plugins/transformers/citations.ts --- quartz/plugins/transformers/citations.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quartz/plugins/transformers/citations.ts b/quartz/plugins/transformers/citations.ts index ce959b117..1a3ad8037 100644 --- a/quartz/plugins/transformers/citations.ts +++ b/quartz/plugins/transformers/citations.ts @@ -31,8 +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-stylelanguage/locales/refs/heads/master/locales-${ctx.cfg.configuration.locale}.xml` } // Add rehype-citation to the list of plugins plugins.push([