1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-05-01 11:06:04 +02:00

Fix spacing around rawhtml shortcode ()

Removes line break from generated HTML output. This line break renders in browsers as an unwanted space.
This commit is contained in:
WfKe9vLwSvv7rN 2022-08-28 02:48:20 -07:00 committed by GitHub
parent b906338dc8
commit 11a52b70cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,2 @@
<!-- raw html -->
{{.Inner}}
{{- .Inner -}}