diff --git a/package-lock.json b/package-lock.json index 446fcd3b..3179b88f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "21.2.1", + "version": "21.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "21.2.1", + "version": "21.2.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 47db660b..d06cd479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "21.2.1", + "version": "21.2.2", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/pages/dynamic/concerts.html b/src/pages/dynamic/concerts.html index 63406d2f..c32e2d28 100644 --- a/src/pages/dynamic/concerts.html +++ b/src/pages/dynamic/concerts.html @@ -1,5 +1,6 @@ --- title: Concerts +description: These are concerts I've attended (not all of them — just the ones I could remember or glean from emails, photo metadata et al). layout: default pagination: data: concerts diff --git a/src/pages/dynamic/links.html b/src/pages/dynamic/links.html index 3b1c01b8..775cda4e 100644 --- a/src/pages/dynamic/links.html +++ b/src/pages/dynamic/links.html @@ -1,5 +1,6 @@ --- title: Links +description: These are links I've liked or otherwise found interesting. They're all added manually, after having been read and, I suppose, properly considered. layout: default pagination: data: links @@ -8,7 +9,7 @@ permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }} --- {% if pagination.pageNumber == 0 %}
These are links I've liked or otherwise found interesting. They're all added manually, after having been read and, I suppose, properly considered. Authors are associated with domains using a simple key-value map.
+These are links I've liked or otherwise found interesting. They're all added manually, after having been read and, I suppose, properly considered.
{% render "partials/blocks/banners/rss.liquid", url: "https://feedpress.me/coryd-links", text: "Subscribe to my links feed or follow along on this page" %}