mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Use .Inner instead of .Get 'text' in span shortcode
This commit is contained in:
parent
d3f9af4560
commit
55ea1f48f5
|
@ -1 +1 @@
|
|||
<span {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Get "text" }}</span>
|
||||
<span {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Inner }}</span>
|
||||
|
|
Loading…
Reference in a new issue