Add cusom styled span shortcode

This commit is contained in:
ItsDrike 2022-05-15 13:12:03 +02:00
parent c02b9e6498
commit 5807d180f3
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -0,0 +1 @@
<span {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Get "text" }}</span>