hide 2nd ep, fix list layout

This commit is contained in:
Vicky Steeves 2020-10-14 23:09:41 -04:00
parent 1f4fb3ae56
commit 91663686da
3 changed files with 8 additions and 9 deletions

View File

@ -73,11 +73,11 @@ menu:
Identifier: "series"
Weight: -100
URL: "/series/"
- Name: "Crypt of the Necrodancer"
Identifier: "necrodancer"
Parent: "series"
URL: "/series/crypt-of-the-necrodancer/"
Weight: 1
# - Name: "Crypt of the Necrodancer"
# Identifier: "necrodancer"
# Parent: "series"
# URL: "/series/crypt-of-the-necrodancer/"
# Weight: 1
- Name: "Meta"
Identifier: "meta"
Parent: "series"

View File

@ -3,10 +3,10 @@ title: "First Series: Crypt of the Necrodancer"
slug: 01-intro-necrodancer
author: Vicky Zelda
date: 2020-10-12T19:26:22-04:00
#publishDate: 2020-10-20
publishDate: 2020-10-20
audio: https://files.lorescape.xyz/01-intro-necrodancer.mp3
transcript: https://files.lorescape.xyz/01-intro-necrodancer.txt
#draft: true
draft: true
keywords:
- crypt of the necrodancer
- podcast

View File

@ -3,8 +3,7 @@
<h1 class="title">{{ .Title }}</h1>
{{ $paginator := .Paginate (.Pages) -}}
{{ range $paginator.Pages -}}
{{ .Render "summary"}}
<h2 class="title {{ if $.Param "submitted" | default false }}title-submitted{{ end }}"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ end -}}
{{ partial "pagination.html" . }}
</main>