|
|
@ -10,17 +10,15 @@ layout: default
|
|
|
|
{% include article.html %}
|
|
|
|
{% include article.html %}
|
|
|
|
</article>
|
|
|
|
</article>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
<nav class="pagination">
|
|
|
|
<div class="pagination">
|
|
|
|
<div>
|
|
|
|
{% if paginator.next_page %}
|
|
|
|
{% if paginator.next_page %}
|
|
|
|
<a class="prev" href="{{paginator.next_page}}">← Older</a>
|
|
|
|
<a class="prev" href="{{paginator.next_page}}">← Older</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
<a href="/blog/archives">Blog Archives</a>
|
|
|
|
<a href="/blog/archives">Blog Archives</a>
|
|
|
|
{% if paginator.previous_page %}
|
|
|
|
{% if paginator.previous_page %}
|
|
|
|
<a class="next" href="{{paginator.previous_page}}">Newer →</a>
|
|
|
|
<a class="next" href="{{paginator.previous_page}}">Newer →</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<aside class="sidebar">
|
|
|
|
<aside class="sidebar">
|
|
|
|
{% if site.blog_index_asides.size %}
|
|
|
|
{% if site.blog_index_asides.size %}
|
|
|
|