From 91663686daba7afd911c92b28eda13c3b7df03cb Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 14 Oct 2020 23:09:41 -0400 Subject: [PATCH] hide 2nd ep, fix list layout --- config.yaml | 10 +++++----- content/episodes/01-necrodancer.md | 4 ++-- layouts/_default/list.html | 3 +-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/config.yaml b/config.yaml index 8ad751e..388ff61 100644 --- a/config.yaml +++ b/config.yaml @@ -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" diff --git a/content/episodes/01-necrodancer.md b/content/episodes/01-necrodancer.md index 275318e..2a943a4 100644 --- a/content/episodes/01-necrodancer.md +++ b/content/episodes/01-necrodancer.md @@ -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 diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 5770e0a..e2adbb0 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,8 +3,7 @@

{{ .Title }}

{{ $paginator := .Paginate (.Pages) -}} {{ range $paginator.Pages -}} -{{ .Render "summary"}} - +

{{ .Title }}

{{ end -}} {{ partial "pagination.html" . }}