summaryrefslogtreecommitdiff
path: root/_includes/sidenav.html
blob: 7e9d945ca7c9fd18f640db9492db10225a824cf3 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="column mt-6">
    <div class="column">
	{% include language_select_button.html %}
	<a href="{{ site.baseurl }}/feed.xml">
	    <img src="{{ site.baseurl }}/assets/images/rss_feed_icon.svg" width="40" height="40">
	</a>
    </div>
    {% include navigation.html %}
    {% include recent_posts.html %}
</div>