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

@ -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" }}