mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-07 05:05: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"%}
|
{%include "components/sidebar.njk"%}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% if dgShowBacklinks === true or dgShowLocalGraph === true%}
|
|
||||||
{%include "components/sidebar.njk"%}
|
|
||||||
{% endif %}
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user