mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 08:30:54 +00:00
added multi sidebar support
This commit is contained in:
@ -24,3 +24,12 @@ single: true
|
||||
</section>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% unless page.sidebar == false %}
|
||||
<aside role=sidebar>
|
||||
{% if site.post_asides.size %}
|
||||
{% include_array post_asides %}
|
||||
{% else %}
|
||||
{% include_array default_asides %}
|
||||
{% endif %}
|
||||
</aside>
|
||||
{% endunless %}
|
||||
|
||||
Reference in New Issue
Block a user