scribd.github.io/blog/index.html

16 lines
263 B
HTML

---
layout: post-index
title: Blog
---
{%- if site.posts.size > 0 -%}
<ul class="post-list text-length-lg">
<!-- Loop though posts -->
{%- for post in paginator.posts -%}
{% include post-list-item.html %}
{%- endfor -%}
</ul>
{%- endif -%}