summaryrefslogtreecommitdiff
path: root/_includes/sb_sidebar.html
blob: 419f9a858353b0f0838cc8ca27132e262102a416 (plain)
1
2
3
4
5
6
7
8
{% if page.title contains 'News' %}
{% include sb_sidebar_news.html %}
{% endif %}
{% case page.url %}
{% when "/documentation/settings/" %}
{% include sb_sidebar_settings.html %}

{% endcase %}