From e728ee1eaa3ae1b5c626d6293054962123a5e364 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 22 Nov 2025 21:20:59 +0100 Subject: [PATCH] vault backup: 2025-11-22 21:20:59 --- quartz/plugins/emitters/contentIndex.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quartz/plugins/emitters/contentIndex.tsx b/quartz/plugins/emitters/contentIndex.tsx index 56392b3..b9cc66f 100644 --- a/quartz/plugins/emitters/contentIndex.tsx +++ b/quartz/plugins/emitters/contentIndex.tsx @@ -2,11 +2,12 @@ import { Root } from "hast" import { GlobalConfiguration } from "../../cfg" import { getDate } from "../../components/Date" import { escapeHTML } from "../../util/escape" -import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug } from "../../util/path" +import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug, slugifyFilePath } from "../../util/path" import { QuartzEmitterPlugin } from "../types" import { toHtml } from "hast-util-to-html" import { write } from "./helpers" import { i18n } from "../../i18n" +import { glob, } from "../../util/glob" export type ContentIndexMap = Map export type ContentDetails = {