mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-23 16:19:02 +00:00
Add cusom styled span shortcode
This commit is contained in:
parent
c02b9e6498
commit
5807d180f3
1 changed files with 1 additions and 0 deletions
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…
Add table
Reference in a new issue