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"
|
Identifier: "series"
|
||||||
Weight: -100
|
Weight: -100
|
||||||
URL: "/series/"
|
URL: "/series/"
|
||||||
- Name: "Crypt of the Necrodancer"
|
# - Name: "Crypt of the Necrodancer"
|
||||||
Identifier: "necrodancer"
|
# Identifier: "necrodancer"
|
||||||
Parent: "series"
|
# Parent: "series"
|
||||||
URL: "/series/crypt-of-the-necrodancer/"
|
# URL: "/series/crypt-of-the-necrodancer/"
|
||||||
Weight: 1
|
# Weight: 1
|
||||||
- Name: "Meta"
|
- Name: "Meta"
|
||||||
Identifier: "meta"
|
Identifier: "meta"
|
||||||
Parent: "series"
|
Parent: "series"
|
||||||
|
|
|
@ -3,10 +3,10 @@ title: "First Series: Crypt of the Necrodancer"
|
||||||
slug: 01-intro-necrodancer
|
slug: 01-intro-necrodancer
|
||||||
author: Vicky Zelda
|
author: Vicky Zelda
|
||||||
date: 2020-10-12T19:26:22-04:00
|
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
|
audio: https://files.lorescape.xyz/01-intro-necrodancer.mp3
|
||||||
transcript: https://files.lorescape.xyz/01-intro-necrodancer.txt
|
transcript: https://files.lorescape.xyz/01-intro-necrodancer.txt
|
||||||
#draft: true
|
draft: true
|
||||||
keywords:
|
keywords:
|
||||||
- crypt of the necrodancer
|
- crypt of the necrodancer
|
||||||
- podcast
|
- podcast
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
<h1 class="title">{{ .Title }}</h1>
|
<h1 class="title">{{ .Title }}</h1>
|
||||||
{{ $paginator := .Paginate (.Pages) -}}
|
{{ $paginator := .Paginate (.Pages) -}}
|
||||||
{{ range $paginator.Pages -}}
|
{{ range $paginator.Pages -}}
|
||||||
{{ .Render "summary"}}
|
<h2 class="title {{ if $.Param "submitted" | default false }}title-submitted{{ end }}"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in New Issue