From ca886e40752a8a30762708ea87d7228f737c0cd2 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 28 Dec 2021 19:28:08 +0000
Subject: [PATCH] fix render link for apostrophe

---
 content/_index.md |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index b7b1121..8c3a0eb 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
 ---
-title: ðŸŠī Quartz v2.1
+title: ðŸŠī Quartz 3
 ---
 Host your second brain and [digital garden](https://jzhao.xyz/posts/digital-gardening) for free. Quartz features
 1. Extremely fast full-text search by pressing `/`
@@ -7,12 +7,19 @@
 3. Display for backlinks of each note
 4. A customizable graph view
 5. Endlessly powerful page and theme customization
+6. Automatically generated tag and section lists of content
 
 ## Get Started
 > 📚 [Setup your own digital garden using Quartz](notes/setup.md)
 
-Not convinced yet? Look at some [community digital gardens](moc/showcase) built with Quartz, or read about [[notes/philosophy | why I made Quartz]] to begin with!
+Not convinced yet? Look at some [community digital gardens](moc/showcase) built with Quartz, or read about [why I made Quartz](notes/philosophy.md) to begin with!
+
+## Content Lists
+If you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:
+
+- [All Notes](/notes)
+- [Setup-related Notes](/tags/setup)
 
 ## Troubleshooting
 - 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md)
-- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)
\ No newline at end of file
+- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)

--
Gitblit v1.10.0