boxes/_includes/sidebar.html

19 lines
610 B
HTML

<div class="sidebar well">
<img src="{{ site.baseurl}}/images/boxes.png" alt="boxes" class="hidden-md" style="margin: 12px 0 12px -9px;" />
<img src="{{ site.baseurl}}/images/boxes-md.png" alt="boxes" class="visible-md" style="margin: 12px 0 12px 3px;" />
<div style="clear:both;">{{ site.description }}</div>
</div>
<div class="sidebar well">
<h1>Recent Posts</h1>
<ul>
{% for post in site.posts limit:6 %}
<li><a href="{{ site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<div class="sidebar well">
{% include links-list.html %}
</div>