From 0c199975f2d469ecdfd7efcf2ddd16ffa1dc492b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 17 Aug 2023 07:55:28 +0000
Subject: [PATCH] various path fixes for links to extensions, fix relative paths in links

---
 content/features/backlinks.md |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/content/features/backlinks.md b/content/features/backlinks.md
index b889e3b..f558f4a 100644
--- a/content/features/backlinks.md
+++ b/content/features/backlinks.md
@@ -1,13 +1,14 @@
 ---
 title: Backlinks
 tags:
-- component
+  - component
 ---
 
 A backlink for a note is a link from another note to that note. Links in the backlink pane also feature rich [[popover previews]] if you have that feature enabled.
 
 ## Customization
-- Removing backlinks: delete all usages of `Component.Backlinks()` from `quartz.config.ts`.
+
+- Removing backlinks: delete all usages of `Component.Backlinks()` from `quartz.layout.ts`.
 - Component: `quartz/components/Backlinks.tsx`
 - Style: `quartz/components/styles/backlinks.scss`
-- Script: `quartz/components/scripts/search.inline.ts`
\ No newline at end of file
+- Script: `quartz/components/scripts/search.inline.ts`

--
Gitblit v1.10.0