mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
feat(countdown): add style para for countdown shortcode
This commit is contained in:
parent
14045099f0
commit
6736670d10
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
{{ else -}}
|
||||
{{ .Page.Scratch.Set "countdownMap" $new -}}
|
||||
{{ end -}}
|
||||
<div id="{{ $id }}"></div>
|
||||
<div id="{{ $id }}" style={{ .Get "style" | safeCSS }}></div>
|
||||
{{ end -}}
|
Loading…
Reference in a new issue