chore: permalink consistency
This commit is contained in:
parent
327be80b79
commit
d813bd505f
14 changed files with 17 additions and 18 deletions
|
@ -4,7 +4,7 @@ description: These are concerts I've attended (not all of them — just the ones
|
|||
pagination:
|
||||
data: concerts
|
||||
size: 30
|
||||
permalink: "/music/concerts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
permalink: "/music/concerts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}.html"
|
||||
---
|
||||
{%- if pagination.pageNumber == 0 -%}
|
||||
<h2>Concerts</h2>
|
||||
|
|
Reference in a new issue