From 27f8268e2bd4210ee8c6b16d2cab19bff0b85e02 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 19 Feb 2024 09:50:49 -0800 Subject: [PATCH] fix: feed paths up --- package.json | 2 +- src/_includes/partials/feeds/json.liquid | 2 +- src/_includes/partials/feeds/rss.liquid | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b26ecdd0..4c4db79c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "6.0.4", + "version": "6.0.5", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/_includes/partials/feeds/json.liquid b/src/_includes/partials/feeds/json.liquid index f0af4623..cb66b38c 100644 --- a/src/_includes/partials/feeds/json.liquid +++ b/src/_includes/partials/feeds/json.liquid @@ -4,7 +4,7 @@ "title": "{{ title }}", "icon": "https://coryd.dev/static/images/avatar.webp", "home_page_url": "{{ meta.url }}", - "feed_url": "{{ meta.url }}{{ permalink }}", + "feed_url": "{{ permalink | absoluteUrl: meta.url }}", "items": [{% for entry in entries limit: 20 -%} { "id": "{{ entry.url | btoa }}", diff --git a/src/_includes/partials/feeds/rss.liquid b/src/_includes/partials/feeds/rss.liquid index d9096d9d..45de7d24 100644 --- a/src/_includes/partials/feeds/rss.liquid +++ b/src/_includes/partials/feeds/rss.liquid @@ -9,7 +9,7 @@ {{ title }} {{ permalink | absoluteUrl: meta.url }} - {{ meta.url }}/assets/icons/feed-icon.png + https://coryd.dev/static/images/avatar.webp 144 144