You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where I am unable to display Backlinks on my website. The Backlinks feature is not functioning as expected, and I have followed the necessary steps to set it up correctly.
Steps to Reproduce:
go install github.com/jackyzha0/hugo-obsidian@latest
make serve
output
[DONE] in 31ms
Ignored 0 private files
Parsed 78 total links
Removed 47 external and non-markdown links
hugo server --enableGitInfo --minify --bind=0.0.0.0 --baseURL=http://localhost --port=1313 --appendPort=true
Expected Behavior:
The page should display the list of Backlinks, showing the other pages that link to it.
Actual Behavior:
The page does not display any Backlinks even though there are other pages linking to it.
Additional Information:
The link format I am using is:
1.[A link to the config page](setup/config.md)
2.[[example/collapsed/3rd-level/4th-level|4th-level]](The link automatically inserted by Obsidian after inputting "[[" )
The text was updated successfully, but these errors were encountered:
I am encountering an issue where I am unable to display Backlinks on my website. The Backlinks feature is not functioning as expected, and I have followed the necessary steps to set it up correctly.
Steps to Reproduce:
output
Expected Behavior:
The page should display the list of Backlinks, showing the other pages that link to it.
Actual Behavior:
The page does not display any Backlinks even though there are other pages linking to it.
Additional Information:
The link format I am using is:
1.
[A link to the config page](setup/config.md)
2.
[[example/collapsed/3rd-level/4th-level|4th-level]](The link automatically inserted by Obsidian after inputting "[[" )
The text was updated successfully, but these errors were encountered: