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