mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 20:13:31 +08:00
add missing space
This commit is contained in:
parent
a02463077b
commit
52efd51d76
@ -7,7 +7,7 @@
|
|||||||
{{ partial (printf "widget/%s" .type) (dict "Context" $context "Params" .params) }}
|
{{ partial (printf "widget/%s" .type) (dict "Context" $context "Params" .params) }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ warnf "Widget %s not found" .type }}
|
{{ warnf "Widget %s not found" .type }}
|
||||||
{{ end}}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</aside>
|
</aside>
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in New Issue
Block a user