From f7233bf5d138f51450ca3917d3b5e4ad583c2955 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:15:00 -0800 Subject: [PATCH] fix: misc permalink fixes --- src/content/movies/movies.11tydata.js | 2 +- src/content/podcasts/podcasts.11tydata.js | 1 + src/content/shows/shows.11tydata.js | 2 +- src/pages/podroll.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content/movies/movies.11tydata.js b/src/content/movies/movies.11tydata.js index 4e88ebe..60264c1 100644 --- a/src/content/movies/movies.11tydata.js +++ b/src/content/movies/movies.11tydata.js @@ -1,5 +1,5 @@ export default { layout: "layouts/movie", - permalink: "movies/{{ page.fileSlug }}/index.html", + permalink: "watching/movies/{{ page.fileSlug }}/index.html", tags: "movie", }; diff --git a/src/content/podcasts/podcasts.11tydata.js b/src/content/podcasts/podcasts.11tydata.js index b2d443a..1466dfd 100644 --- a/src/content/podcasts/podcasts.11tydata.js +++ b/src/content/podcasts/podcasts.11tydata.js @@ -1,4 +1,5 @@ export default { tags: "podcast", permalink: false, + excludeFromSitemap: true, }; diff --git a/src/content/shows/shows.11tydata.js b/src/content/shows/shows.11tydata.js index 5d964b4..eff86d6 100644 --- a/src/content/shows/shows.11tydata.js +++ b/src/content/shows/shows.11tydata.js @@ -1,5 +1,5 @@ export default { layout: "layouts/show", - permalink: "shows/{{ page.fileSlug }}/index.html", + permalink: "watching/shows/{{ page.fileSlug }}/index.html", tags: "tv", }; diff --git a/src/pages/podroll.html b/src/pages/podroll.html index 5f19739..87a7167 100644 --- a/src/pages/podroll.html +++ b/src/pages/podroll.html @@ -9,7 +9,7 @@ permalink: "podroll/index.html"

Podroll

Some podcasts that I enjoy!

-
+
{% for item in data %}