fix: issues with nested columns shortcode (#364)

This commit is contained in:
Robert Kaussow 2023-02-17 10:01:46 +01:00 committed by GitHub
parent 1b203a991c
commit 031941a46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<div class="gblog-columns gblog-columns--{{ $size }} flex flex-gap flex-mobile-column">
{{- range split .Inner "<--->" }}
<div class="gblog-columns__content gblog-markdown--nested flex-even">
{{ . | $.Page.RenderString }}
{{ . | $.Page.RenderString -}}
</div>
{{- end }}
</div>