Remove two-column from a couple book posts
This commit is contained in:
parent
afc6e81b70
commit
57ce171455
3 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ title: "Once Upon a Time I Lived on Mars by Kate Greene"
|
|||
slug: once-upon-a-time-i-lived-on-mars-book
|
||||
date: 2023-02-20T09:16:48-08:00
|
||||
date_finished: 2023-02-20T00:00:00-08:00
|
||||
layout: two-column
|
||||
categories: Books
|
||||
tags: [Memoirs, Space]
|
||||
series: 2023-books
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ title: "The Storyteller by Dave Grohl"
|
|||
slug: the-storyteller-book
|
||||
date: 2023-01-31T09:17:09-08:00
|
||||
date_finished: 2023-01-31T09:17:09-08:00
|
||||
layout: two-column
|
||||
series: 2023-books
|
||||
categories: Books
|
||||
tags: [Memoirs]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
{{- $imgs = $imgs | append (.Page.Resources.GetMatch (.Get "name")) -}}
|
||||
{{- else if .Get "names" -}}
|
||||
{{- range (split (.Get "names") ",") -}}
|
||||
{{- $imgs = $imgs | append ($.Page.Resources.GetMatch .) -}}
|
||||
{{- $imgs = $imgs | append ($.Page.Resources.GetMatch .) -}}
|
||||
{{- end -}}
|
||||
{{- else -}}
|
||||
{{ errorf "Missing name or names parameter to figures/image" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue