tag pages are structured out, most formatting is in place
This commit is contained in:
@ -12,3 +12,8 @@ title: home
|
||||
layout: page.njk
|
||||
---
|
||||
{% include "postlist.njk" %}
|
||||
|
||||
{# idk why these are backwards either #}
|
||||
{% set newerHref = pagination.href.previous %}
|
||||
{% set olderHref = pagination.href.next %}
|
||||
{% include "pagination.njk" %}
|
||||
|
||||
Reference in New Issue
Block a user