🐛 Fixed the 51la widget display none.
This commit is contained in:
parent
9453520e2a
commit
db7095c0bb
@ -1,5 +1,5 @@
|
|||||||
# Hugo NexT theme's custom config
|
# Hugo NexT theme's custom config
|
||||||
|
|
||||||
version: 4.5.2
|
version: 4.5.3
|
||||||
|
|
||||||
domain: hugo-next.eu.org
|
domain: hugo-next.eu.org
|
@ -82,7 +82,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{/* Other not useful scripts, eg: 51la widget, translate */}}
|
{{/* Other not useful scripts, eg: 51la widget, translate */}}
|
||||||
{{ with .Site.Params.siteState.statistic }}
|
{{ with .Site.Params.siteState.views }}
|
||||||
{{ if and .enable (eq .plugin "51la") }}
|
{{ if and .enable (eq .plugin "51la") }}
|
||||||
{{ $lawt := resources.Get "js/third-party/others/lawidget.js" }}
|
{{ $lawt := resources.Get "js/third-party/others/lawidget.js" }}
|
||||||
{{ $nextjs = $nextjs | append $lawt }}
|
{{ $nextjs = $nextjs | append $lawt }}
|
||||||
|
Loading…
Reference in New Issue
Block a user