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,4 +1,4 @@
{{ $content := chomp .Inner | markdownify }}
{{ $content := chomp .InnerDeindent | markdownify }}
{{ $tabcount := .Page.Scratch.Get "paige-tabs" | default 0 }}
{{ if not $content }}

View File

@@ -1,4 +1,4 @@
{{ $content := chomp .Inner }}
{{ $content := chomp .InnerDeindent }}
{{ .Page.Scratch.Set "paige-tabs-button" 0 }}

View File

@@ -1,4 +1,4 @@
{{ $content := chomp .Inner | markdownify }}
{{ $content := chomp .InnerDeindent | markdownify }}
{{ $tabcount := .Page.Scratch.Get "paige-tabs" | default 0 }}
{{ if not $content }}

View File

@@ -1,4 +1,4 @@
{{ $content := chomp .Inner }}
{{ $content := chomp .InnerDeindent }}
{{ .Page.Scratch.Set "paige-tabs-pane" 0 }}