From 57ce17145519bab1acd0d163e227e870cbd05fb7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 2 Aug 2023 17:30:28 -0700 Subject: [PATCH] Remove two-column from a couple book posts --- content/blog/2023/once-upon-a-time-on-mars-book/index.md | 1 - content/blog/2023/the-storyteller-book/index.md | 1 - layouts/shortcodes/figures/image.html | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/blog/2023/once-upon-a-time-on-mars-book/index.md b/content/blog/2023/once-upon-a-time-on-mars-book/index.md index c15df0a..f76777a 100644 --- a/content/blog/2023/once-upon-a-time-on-mars-book/index.md +++ b/content/blog/2023/once-upon-a-time-on-mars-book/index.md @@ -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 diff --git a/content/blog/2023/the-storyteller-book/index.md b/content/blog/2023/the-storyteller-book/index.md index 1da6f2e..392f94c 100644 --- a/content/blog/2023/the-storyteller-book/index.md +++ b/content/blog/2023/the-storyteller-book/index.md @@ -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] diff --git a/layouts/shortcodes/figures/image.html b/layouts/shortcodes/figures/image.html index bac593e..3fa21b3 100644 --- a/layouts/shortcodes/figures/image.html +++ b/layouts/shortcodes/figures/image.html @@ -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" }}