diff --git a/_redirects b/_redirects index b3bdc031..a809386c 100644 --- a/_redirects +++ b/_redirects @@ -75,6 +75,8 @@ /articles/ / 301! /tags /search 301! /referrals /save 301! +/recent/movies /watching/recent/movies 301! +/recent/shows /watching/recent/shows 301! /mastodon https://social.lol/@cory 301! /coffee https://www.buymeacoffee.com/cory 301! /speedlify https://speedlify.coryd.dev 301! diff --git a/package-lock.json b/package-lock.json index 29ba6647..57148a39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "17.2.5", + "version": "17.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "17.2.5", + "version": "17.2.6", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.3", diff --git a/package.json b/package.json index 0120d26d..28403851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "17.2.5", + "version": "17.2.6", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/main/watching/index.html b/src/pages/main/watching/index.html index 76dfc903..b1d7331a 100644 --- a/src/pages/main/watching/index.html +++ b/src/pages/main/watching/index.html @@ -12,14 +12,14 @@ schema: watching
Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion. You can also take a look at the movies and shows I'm planning to watch.
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-movies", text: "Subscribe to my movies feed or follow along on this page" %}