13 lines
187 B
HTML
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 %}
|