File tree 1 file changed +36
-0
lines changed
themes/hugoplate/layouts/partials/essentials
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 27
27
< link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png ">
28
28
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
29
29
30
+ <!-- manifest -->
31
+ {{/* partialCached "manifest" . */}}
32
+
33
+
34
+ <!-- site verifications -->
35
+ {{/* partialCached "site-verifications.html" . */}}
36
+
37
+
38
+ <!-- opengraph and twitter card -->
39
+ {{ partial "basic-seo.html" . }}
40
+
41
+
42
+ <!-- custom script -->
43
+ {{ partialCached "custom-script.html" . }}
44
+
45
+
46
+ <!-- google analytics -->
47
+ {{/* if and site.Config.Services.GoogleAnalytics.ID (ne site.Config.Services.GoogleAnalytics.ID "G-MEASUREMENT_ID") */}}
48
+ {{/* template "_internal/google_analytics.html" . */}}
49
+ {{/* end */}}
50
+
30
51
{{ if hugo.IsProduction }}
31
52
< script async src ="https://www.googletagmanager.com/gtag/js?id=G-WLX91Y92H4 "> </ script >
32
53
< script >
45
66
{{ partial "search-index.html" . }}
46
67
47
68
69
+ <!-- matomo analytics -->
70
+ {{/* {{ partialCached "matomo-analytics.html" . }} */}}
71
+
72
+ <!-- Baidu analytics -->
73
+ {{/* {{ partialCached "baidu-analytics.html" . }} */}}
74
+
75
+ <!-- Plausible Analytics -->
76
+ {{/* {{ partialCached "plausible-analytics.html" . }} */}}
77
+
78
+ <!-- Counter Analytics -->
79
+ {{/* {{ partialCached "counter-analytics.html" . }} */}}
80
+
81
+ <!-- Crisp Chat -->
82
+ {{/* {{ partialCached "crisp-chat.html" . }} */}}
83
+
48
84
{{ if .Params.math }}
49
85
{{ partial "helpers/katex.html" . }}
50
86
{{ end }}
You can’t perform that action at this time.
0 commit comments