Remove two-column from a couple book posts

This commit is contained in:
Eryn Wells 2023-08-02 17:30:28 -07:00
parent afc6e81b70
commit 57ce171455
3 changed files with 1 additions and 3 deletions

View file

@ -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 slug: once-upon-a-time-i-lived-on-mars-book
date: 2023-02-20T09:16:48-08:00 date: 2023-02-20T09:16:48-08:00
date_finished: 2023-02-20T00:00:00-08:00 date_finished: 2023-02-20T00:00:00-08:00
layout: two-column
categories: Books categories: Books
tags: [Memoirs, Space] tags: [Memoirs, Space]
series: 2023-books series: 2023-books

View file

@ -3,7 +3,6 @@ title: "The Storyteller by Dave Grohl"
slug: the-storyteller-book slug: the-storyteller-book
date: 2023-01-31T09:17:09-08:00 date: 2023-01-31T09:17:09-08:00
date_finished: 2023-01-31T09:17:09-08:00 date_finished: 2023-01-31T09:17:09-08:00
layout: two-column
series: 2023-books series: 2023-books
categories: Books categories: Books
tags: [Memoirs] tags: [Memoirs]

View file

@ -4,7 +4,7 @@
{{- $imgs = $imgs | append (.Page.Resources.GetMatch (.Get "name")) -}} {{- $imgs = $imgs | append (.Page.Resources.GetMatch (.Get "name")) -}}
{{- else if .Get "names" -}} {{- else if .Get "names" -}}
{{- range (split (.Get "names") ",") -}} {{- range (split (.Get "names") ",") -}}
{{- $imgs = $imgs | append ($.Page.Resources.GetMatch .) -}} {{- $imgs = $imgs | append ($.Page.Resources.GetMatch .) -}}
{{- end -}} {{- end -}}
{{- else -}} {{- else -}}
{{ errorf "Missing name or names parameter to figures/image" }} {{ errorf "Missing name or names parameter to figures/image" }}