Skip to content

Commit a893f73

Browse files
committed
try different upload artifact version for build
1 parent f3502b5 commit a893f73

File tree

1 file changed

+36
-0
lines changed
  • themes/hugoplate/layouts/partials/essentials

1 file changed

+36
-0
lines changed

themes/hugoplate/layouts/partials/essentials/head.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,27 @@
2727
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
2828
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
2929

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+
3051
{{ if hugo.IsProduction }}
3152
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WLX91Y92H4"></script>
3253
<script>
@@ -45,6 +66,21 @@
4566
{{ partial "search-index.html" . }}
4667

4768

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+
4884
{{ if .Params.math }}
4985
{{ partial "helpers/katex.html" . }}
5086
{{ end }}

0 commit comments

Comments
 (0)