Back to Pouchdb

Index

docs/blog/index.html

9.0.0347 B
Original Source

--- layout: default title: Blog edit: false pagination: data: collections.posts size: 5 alias: posts permalink: "blog/{% if pagination.pageNumber > 0 %}page{{ pagination.pageNumber | plus:1 }}/{% endif %}" ---

{% for post in posts %} {{ post.data.title }} {% include post_details.html %} {% endfor %}