gergelypolonkai-web-jekyll/blog/index.html
2015-04-22 18:11:35 +02:00

13 lines
187 B
HTML

---
layout: page
title: Blog posts
post_listing: true
---
{% include pagination.html %}
{% assign posts = paginator.posts %}
{% include post-list.html %}
{% include pagination.html %}