reorganized seasons, updated podcast feed

This commit is contained in:
2024-11-20 17:09:33 -06:00
parent 0e28ef7a3a
commit 19ce5934b7
30 changed files with 145 additions and 60 deletions

View File

@@ -1,14 +1,12 @@
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{#if title }}{{ title }}{{else}}{{ site.title }}{{/if}} - {{ site.name }}</title>
<link rel="stylesheet" href="/css/style.css">
{{#each stylesheets}}
<link rel="stylesheet" href="{{this}}">
{{/each}}
<script>
console.log('url with filter', '{{url "/css/style.css"}}')
</script>
</head>
<body class="{{{bodyClasses}}}">
<nav class="navbar navbar-expand-lg bg-body-tertiary">