1
0
Fork 0
mirror of https://github.com/ItsDrike/itsdrike.com.git synced 2025-05-02 18:28:37 +00:00

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>