🎨 Add 51la analytics plug-in code.
This commit is contained in:
4
layouts/partials/_thirdparty/analytics/51la.html
vendored
Normal file
4
layouts/partials/_thirdparty/analytics/51la.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- with .Site.Params.laId }}
|
||||
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
|
||||
<script>LA.init({id: "{{ . }}",ck: "{{ . }}",autoTrack:true})</script>
|
||||
{{- end }}
|
||||
@@ -4,4 +4,5 @@
|
||||
{{- partial "head/googleplus.html" . }}
|
||||
{{- partial "head/facebook.html" . }}
|
||||
{{ partial "head/verify.html" . }}
|
||||
{{- partial "head/style.html" . }}
|
||||
{{- partial "head/style.html" . }}
|
||||
{{- partial "head/analytics.html" . }}
|
||||
1
layouts/partials/head/analytics.html
Normal file
1
layouts/partials/head/analytics.html
Normal file
@@ -0,0 +1 @@
|
||||
{{- partial "_thirdparty/analytics/51la.html" . }}
|
||||
Reference in New Issue
Block a user