fix: 404
This commit is contained in:
parent
5911b30917
commit
a9aed95c85
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ description: These are links I've liked or otherwise found interesting. They're
|
|||
pagination:
|
||||
data: links
|
||||
size: 30
|
||||
permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}.html"
|
||||
permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
---
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
<h2>Links</h2>
|
||||
|
|
|
@ -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 %}.html"
|
||||
permalink: "/music/concerts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
---
|
||||
{%- if pagination.pageNumber == 0 -%}
|
||||
<h2>Concerts</h2>
|
||||
|
|
Reference in a new issue