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

@@ -1,5 +1,5 @@
{{ $address := .Get 0 | default (.Get "address") }}
{{ $content := .Inner | markdownify }}
{{ $content := .InnerDeindent | markdownify }}
{{ if not $address }}
{{ errorf "layouts/shortcodes/paige/email.html: no address" }}