fix: add missing space in img shortcode (#272)

This commit is contained in:
Michael Kuhn 2022-07-06 20:44:21 +02:00 committed by GitHub
parent b8477e9dca
commit 7656685e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</a>
{{ with $caption }}
<figcaption>
{{ . }}{{ with $source.Params.credits }}({{ . | $.Page.RenderString }}){{ end }}
{{ . }}{{ with $source.Params.credits }} ({{ . | $.Page.RenderString }}){{ end }}
</figcaption>
{{ end }}
</figure>