From cc91cd0e07dc7e7e2eec2ea5d86ff4a7ce697b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sun, 23 Oct 2022 18:37:29 +0800 Subject: [PATCH] :fire: Remove the busuanzi layout in footer. --- layouts/partials/footer.html | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b45a8fc..d955eeb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -24,32 +24,6 @@ {{ $ft.copyright | default .Site.Params.author }} -{{- with .Site.Params.busuanzi }} -{{- if .enable }} -
- {{- if .visitors }} - - {{- end }} - {{- if .views }} - - {{- end }} -
-{{- end }} -{{- end }} {{- if $ft.powered }}
{{ $pb := printf "Hugo & Hugo NexT.%s" hugo.Version .Site.Data.config.version .Site.Params.scheme }}