hide 2nd ep, fix list layout
This commit is contained in:
parent
1f4fb3ae56
commit
91663686da
10
config.yaml
10
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue