We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcc636 commit 7b63050Copy full SHA for 7b63050
content/index.md
@@ -35,4 +35,4 @@ comments: "false"
35
- `cmd / ctrl` + `g`
36
37
# Markdown Guide
38
-- [[- Guideline]]
+- [[- Guideline|🗺️ - Guideline]]
quartz.layout.ts
@@ -7,7 +7,7 @@ export const sharedPageComponents: SharedLayout = {
7
header: [
8
],
9
afterBody: [
10
- Component.Backlinks(),
+ Component.Backlinks({ hideWhenEmpty: false }),
11
12
beforeFooter: [
13
Component.Comments({
0 commit comments