Update to Eleventy v3 #11
4 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
layout: "layouts/movie",
|
||||
permalink: "movies/{{ page.fileSlug }}/index.html",
|
||||
permalink: "watching/movies/{{ page.fileSlug }}/index.html",
|
||||
tags: "movie",
|
||||
};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
export default {
|
||||
tags: "podcast",
|
||||
permalink: false,
|
||||
excludeFromSitemap: true,
|
||||
};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
layout: "layouts/show",
|
||||
permalink: "shows/{{ page.fileSlug }}/index.html",
|
||||
permalink: "watching/shows/{{ page.fileSlug }}/index.html",
|
||||
tags: "tv",
|
||||
};
|
||||
|
|
|
@ -9,7 +9,7 @@ permalink: "podroll/index.html"
|
|||
<h1>Podroll</h1>
|
||||
<p class="text-fadeText flow-space-0.25">Some podcasts that I enjoy!</p>
|
||||
</header>
|
||||
<section class="flow switcher">
|
||||
<section class="flow">
|
||||
{% for item in data %}
|
||||
<div class="card flow">
|
||||
<div class="flex items-center gap-0.5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue