style: remove extra space in waline.html

This commit is contained in:
Jimmy 2025-05-21 12:27:24 +02:00 committed by GitHub
parent d94e010f2c
commit 4fd658c511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,6 @@
<script>
/// Waline client configuration see: https://waline.js.org/en/reference/client.html
Waline.init({{ $config | jsonify | safeJS }});
Waline.init({{ $config | jsonify | safeJS }});
</script>
{{- end -}}