_includes/sidebar.html in doccoli-jekyll-1.1.2 vs _includes/sidebar.html in doccoli-jekyll-1.1.3
- old
+ new
@@ -1,5 +1,5 @@
-<aside class="sidebar left top fixed">
+<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>
\ No newline at end of file