mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Remove sidebar duplicate
If you had a note with backlinks or localgraph set to true, it would show twice. This should fix that
This commit is contained in:
parent
7969dc92e0
commit
d878c77e28
@ -31,8 +31,5 @@ permalink: "notes/{{ page.fileSlug | slugify }}/"
|
||||
{%include "components/sidebar.njk"%}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if dgShowBacklinks === true or dgShowLocalGraph === true%}
|
||||
{%include "components/sidebar.njk"%}
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user