✨ Use store method impl the music etc shortcode.
This commit is contained in:
12
layouts/partials/head/script/analytics.html
Normal file
12
layouts/partials/head/script/analytics.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ if isset .Site.Params.analytics "laid" }}
|
||||
{{ partial "_thirdparty/analytics/51la.html" . }}
|
||||
{{ end }}
|
||||
{{ if isset .Site.Params.analytics "baidu" }}
|
||||
{{ partial "_thirdparty/analytics/baidu.html" . }}
|
||||
{{ end }}
|
||||
{{ if isset .Site.Params.analytics "google" }}
|
||||
{{ partial "_thirdparty/analytics/google.html" . }}
|
||||
{{ end }}
|
||||
{{ if or (isset .Site.Params.analytics "busuanzi") (eq .Site.Params.postMeta.views.plugin "busuanzi") }}
|
||||
{{ partial "_thirdparty/analytics/busuanzi.html" . }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user