mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 15:28:55 +00:00
fix busuanzi counting error above Chrome 85 (#121)
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ if .Site.Params.busuanzi }}
|
||||
<meta name="referrer" content="no-referrer-when-downgrade">
|
||||
{{ end }}
|
||||
|
||||
{{ if .IsHome -}}
|
||||
<title>{{ .Site.Title }} | {{ .Site.Params.subtitle}}</title>
|
||||
|
||||
Reference in New Issue
Block a user