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:
committed by
lifehackerhansol
parent
5641d7e51a
commit
22cb19a0bc
@@ -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 %}
|
Reference in New Issue
Block a user