Tweak sidebar and twitter link

This commit is contained in:
Paulus Schoutsen 2015-12-19 09:29:15 -08:00
parent 0181f1b5b3
commit 39e5eb9441
13 changed files with 51 additions and 91 deletions

View file

@ -3,14 +3,15 @@
{% if url_parts[1] == 'components' %}
{% include asides/component_navigation.html | compact_newlines %}
{% else %}
{% include asides/search.html %}
{% include asides/about.html %}
{% if page.blog_index %}
{% include asides/categories.html %}
{% else %}
{% include asides/social.html %}
{% include_array default_asides %}
{% include post/sharing.html %}
{% include asides/recent_posts.html %}
{% endif %}
{% include asides/search.html %}
{% endif %}
</div>