Use InnerDeindent instead of Inner

This commit is contained in:
Will Faught
2024-07-08 12:12:21 -07:00
parent c323514a12
commit 4f9b9609dd
10 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
{{ $type := .Get "type" | default "rows" }}
{{ $width := .Get "width" }}
{{ $inner := chomp .Inner }}
{{ $inner := chomp .InnerDeindent }}
{{ $resources := slice }}
{{ if and (not $images) (not $inner) }}