diff --git a/package-lock.json b/package-lock.json index a8210d77..ae8b107f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "20.12.5", + "version": "20.12.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "20.12.5", + "version": "20.12.6", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", @@ -1254,9 +1254,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.4.829", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.829.tgz", - "integrity": "sha512-5qp1N2POAfW0u1qGAxXEtz6P7bO1m6gpZr5hdf5ve6lxpLM7MpiM4jIPz7xcrNlClQMafbyUDDWjlIQZ1Mw0Rw==", + "version": "1.4.830", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz", + "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index 3f21cc6e..6cf767ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "20.12.5", + "version": "20.12.6", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/includes/partials/home/posts.liquid b/src/includes/partials/home/posts.liquid index 981f7e05..8b336f7f 100644 --- a/src/includes/partials/home/posts.liquid +++ b/src/includes/partials/home/posts.liquid @@ -17,7 +17,7 @@

{{ post.title }}

- + {{ post.description | markdown | truncate: 300 }} diff --git a/src/pages/static/about.md b/src/pages/static/about.md index ae0b4adb..cdee9bd9 100644 --- a/src/pages/static/about.md +++ b/src/pages/static/about.md @@ -8,7 +8,7 @@ permalink: /about.html {%- assign show = tv.recentlyWatched | first -%}
- {%- capture about_alt -%}{{ globals.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%} + {%- capture about_alt -%}{{ globals.site_name }} - image by @joel@fosstodon.org{%- endcapture -%}