styling fixes
This commit is contained in:
parent
331a0058d4
commit
6d91d2f42e
4 changed files with 10 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
layout: default
|
||||
title: Blog
|
||||
templateEngineOverride: liquid,md
|
||||
pagination:
|
||||
data: collections.posts
|
||||
size: 10
|
||||
reverse: true
|
||||
alias: posts
|
||||
templateEngineOverride: liquid,md
|
||||
---
|
||||
|
||||
{% for post in pagination.items %} {% if post.data.published %}
|
||||
|
|
Reference in a new issue