fix: misc permalink fixes

This commit is contained in:
Devin Haska 2025-01-24 23:15:00 -08:00
parent 7b9284c9a3
commit f7233bf5d1
4 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
export default { export default {
layout: "layouts/movie", layout: "layouts/movie",
permalink: "movies/{{ page.fileSlug }}/index.html", permalink: "watching/movies/{{ page.fileSlug }}/index.html",
tags: "movie", tags: "movie",
}; };

View file

@ -1,4 +1,5 @@
export default { export default {
tags: "podcast", tags: "podcast",
permalink: false, permalink: false,
excludeFromSitemap: true,
}; };

View file

@ -1,5 +1,5 @@
export default { export default {
layout: "layouts/show", layout: "layouts/show",
permalink: "shows/{{ page.fileSlug }}/index.html", permalink: "watching/shows/{{ page.fileSlug }}/index.html",
tags: "tv", tags: "tv",
}; };

View file

@ -9,7 +9,7 @@ permalink: "podroll/index.html"
<h1>Podroll</h1> <h1>Podroll</h1>
<p class="text-fadeText flow-space-0.25">Some podcasts that I enjoy!</p> <p class="text-fadeText flow-space-0.25">Some podcasts that I enjoy!</p>
</header> </header>
<section class="flow switcher"> <section class="flow">
{% for item in data %} {% for item in data %}
<div class="card flow"> <div class="card flow">
<div class="flex items-center gap-0.5"> <div class="flex items-center gap-0.5">