mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Add cusom styled span shortcode
This commit is contained in:
parent
c02b9e6498
commit
5807d180f3
1
layouts/shortcodes/span.html
Normal file
1
layouts/shortcodes/span.html
Normal file
|
@ -0,0 +1 @@
|
|||
<span {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Get "text" }}</span>
|
Loading…
Reference in a new issue