Merge branch 'hotfix_v4.5.3' into develop

This commit is contained in:
elkan1788 2023-07-18 11:58:35 +08:00
commit e08456419c

View File

@ -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 }}