blob: b3b785d4318cd9b8793867bcfc131aa5f68eb4dc [file] [log] [blame]
<div>
<aside>
<h4>Posts</h4>
<ul>
{% for post in site.posts %}
<li class="{% if page.title == post.title %}current{% endif %}">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</aside>
</div>