mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-23 16:19:02 +00:00
Use .Inner instead of .Get 'text' in span shortcode
This commit is contained in:
parent
d3f9af4560
commit
55ea1f48f5
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
<span {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Get "text" }}</span>
|
||||
<span {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Inner }}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue