fix: sender
This commit is contained in:
parent
e0593447eb
commit
23602a7ce0
3 changed files with 4 additions and 5 deletions
|
@ -4,7 +4,6 @@ layout: default
|
|||
pagination:
|
||||
data: posts
|
||||
size: 8
|
||||
alias: posts
|
||||
permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
---
|
||||
{% for post in pagination.items %}
|
||||
|
|
Reference in a new issue