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 890e185 commit 973c4baCopy full SHA for 973c4ba
static/to_compile/embed/helpers.ts
@@ -9,6 +9,8 @@ export async function generateBackLink(
9
return
10
}
11
12
+ // Temporarily disabled
13
+ return
14
const backlinkTag = document.createElement("div")
15
backlinkTag.setAttribute(
16
"style",
0 commit comments