Merge branch 'hotfix_v4.5.3'
Some checks failed
sync-2-gitee / sync-2-gitee (push) Failing after 3s

This commit is contained in:
elkan1788 2023-07-18 11:57:04 +08:00
commit 8405b789e9
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
4.5.2 4.5.3

View File

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

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