re-indent blog.html

This commit is contained in:
Franzi 2021-08-15 08:41:43 +02:00
parent d2cfe72e90
commit b62b3c0b0d
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 11 additions and 10 deletions

View File

@ -5,13 +5,14 @@ pagination:
enabled: true
---
<!-- dummy content -->
<!-- posts -->
{% for post in paginator.posts %}
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
<p class="post-metadata">Published on {{ post.date | date: "%b %-d, %Y" }}</p>
{{ post.content }}
{% endfor %}
<!-- pagination -->
{% if paginator.total_pages > 1 %}
<ul class="pagination">
{% if paginator.previous_page %}