This commit is contained in:
Cory Dransfeldt 2024-10-28 15:18:03 -07:00
parent 5911b30917
commit a9aed95c85
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.4.0", "version": "2.4.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.4.0", "version": "2.4.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@11ty/eleventy-fetch": "4.0.1", "@11ty/eleventy-fetch": "4.0.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.4.0", "version": "2.4.1",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {

View file

@ -4,7 +4,7 @@ description: These are links I've liked or otherwise found interesting. They're
pagination: pagination:
data: links data: links
size: 30 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 %} {% if pagination.pageNumber == 0 %}
<h2>Links</h2> <h2>Links</h2>

View file

@ -4,7 +4,7 @@ description: These are concerts I've attended (not all of them — just the ones
pagination: pagination:
data: concerts data: concerts
size: 30 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 -%} {%- if pagination.pageNumber == 0 -%}
<h2>Concerts</h2> <h2>Concerts</h2>