_includes/sidebar.html in doccoli-jekyll-1.1.4 vs _includes/sidebar.html in doccoli-jekyll-1.1.5
- old
+ new
@@ -1,13 +1,9 @@
<aside class="sidebar left top fixed hide-on-mobiles">
-
<ul class="toc">
{% for post in site.posts %}
<li>
<a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
</li>
{% endfor %}
</ul>
-
-
-
</aside>
\ No newline at end of file