From e573093ff718de233e5a33b8292f0f4743460164 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 24 May 2024 15:32:21 -0700 Subject: [PATCH] chore: more consistent urls --- _redirects | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- src/pages/main/watching/index.html | 4 ++-- src/pages/main/watching/recent/movies.html | 2 +- src/pages/main/watching/recent/shows.html | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) 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" %}
- +

{% tablericon "movie" "Recent movies" %} Recent movies

{% render "partials/media/grid.liquid", data:movies.recentlyWatched, shape: "vertical", count: 6 %} - +

{% tablericon "device-tv" "Recent shows" %} Recent shows diff --git a/src/pages/main/watching/recent/movies.html b/src/pages/main/watching/recent/movies.html index f9c76aaf..8330f069 100644 --- a/src/pages/main/watching/recent/movies.html +++ b/src/pages/main/watching/recent/movies.html @@ -2,7 +2,7 @@ title: Recent movies description: These are the movies I've watched recently. There are many like them, but these are mine. layout: default -permalink: "/recent/movies/index.html" +permalink: "/watching/recent/movies/index.html" schema: watching --- {% tablericon "arrow-left" "Go back" %} Go back diff --git a/src/pages/main/watching/recent/shows.html b/src/pages/main/watching/recent/shows.html index 0375ab1c..45ad12ac 100644 --- a/src/pages/main/watching/recent/shows.html +++ b/src/pages/main/watching/recent/shows.html @@ -2,7 +2,7 @@ title: Recent shows description: These are the shows I've watched recently. There are many like them, but these are mine. layout: default -permalink: "/recent/shows/index.html" +permalink: "/watching/recent/shows/index.html" schema: watching --- {% tablericon "arrow-left" "Go back" %} Go back