1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 11:19:56 +02:00

Implement sidebar

Co-authored-by: MechanicalDragon <mechdragon@hobbyist.dev>
This commit is contained in:
lifehackerhansol
2021-10-02 17:57:33 -07:00
committed by lifehackerhansol
parent 5641d7e51a
commit 22cb19a0bc
4 changed files with 211 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{% if page.author_profile or layout.author_profile or page.sidebar %}
<!-- {% if page.author_profile or layout.author_profile or page.sidebar %}
<div class="sidebar sticky">
{% if page.author_profile or layout.author_profile %}{% include author-profile.html %}{% endif %}
{% if page.sidebar %}
@@ -17,3 +17,12 @@
{% endif %}
</div>
{% endif %}
-->
{% if page.sidebar %}
<div class="sidebar sticky" style="display: none;">
{% include nav_list %}
</div>
{% endif %}