diff options
Diffstat (limited to '.themes/classic/source/_layouts/post.html')
| -rw-r--r-- | .themes/classic/source/_layouts/post.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index 0e1004f0..78557c04 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -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 %} |
