mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-13 17:58:54 +02:00
13 lines
148 B
HTML
13 lines
148 B
HTML
---
|
|
layout: default
|
|
title: "Blog"
|
|
---
|
|
|
|
{% for post in paginator.posts %}
|
|
|
|
{% include blog.html %}
|
|
|
|
{% endfor %}
|
|
|
|
{% include post/pagination.html %}
|