From 094ab9d064b8e3d24f0cb656aaf4e0ea08365ac5 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 27 Dec 2021 18:15:10 +0000
Subject: [PATCH] dedupe backlinks

---
 content/notes/editing.md |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/content/notes/editing.md b/content/notes/editing.md
index db76af8..e53fcc7 100644
--- a/content/notes/editing.md
+++ b/content/notes/editing.md
@@ -1,5 +1,7 @@
 ---
 title: "Editing Content in Quartz"
+tags:
+- setup
 ---
 
 ## Editing 
@@ -8,14 +10,14 @@
 ### Obsidian
 I *strongly* recommend using [Obsidian](http://obsidian.md/) as a way to edit and grow your digital garden. It comes with a really nice editor and graphical interface to preview all of my local files.
 
-**🔗 [How to link your Obsidian Vault](notes/obsidian.md)**
+🔗 How to link your Obsidian Vault](notes/Obsidian.md)
 
 Of course, all the files are in Markdown so you could just use your favourite text editor of choice.
 
 ### Ignoring Files
 Only want to publish a subset of all of your notes? Don't worry, Quartz makes this a simple two-step process.
 
-❌ [Excluding pages from being published](notes/ignore-notes.md)
+❌ [Excluding pages from being published](notes/ignore%20notes.md)
 
 ### Folder Structure
 Here's a rough overview of what's what.
@@ -32,7 +34,7 @@
 ```
 
 ### Front Matter
-Hugo is picky when it comes to metadata for files. Ensure that you have a title defined at the top of your file like so:
+Hugo is picky when it comes to metadata for files. Make sure that your title is double-quoted and that you have a title defined at the top of your file like so:
 
 ```markdown
 ---
@@ -45,7 +47,7 @@
 ## Previewing Changes
 This step is purely optional and mostly for those who want to see the published version of their digital garden locally before opening it up to the internet. This is *highly recommended*.
 
-👀 [Preview Quartz Changes](notes/preview-changes.md)
+👀 [Preview Quartz Changes](notes/preview%20changes.md)
 
 For those who like to live life more on the edge, viewing the garden through Obsidian gets you pretty close to the real thing.
 
@@ -54,4 +56,4 @@
 
 🌍 [Hosting Quartz online!](notes/hosting.md)
 
-Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).
\ No newline at end of file
+Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).

--
Gitblit v1.10.0