reorganized seasons, updated podcast feed
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user