Skip to content

Commit 1fca713

Browse files
committed
add
1 parent 9836a3c commit 1fca713

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/partials/head.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="description" content="KubeDaily - Demestifying Container and Orchestration Ecosystem" />
99
<meta name="keywords" content="KubeDaily, Kubernetes, Docker, Container, Orchestration, DevOps, Cloud Native" />
10-
10+
1111
<script
1212
src="https://cdn.jsdelivr.net/npm/quizdown@latest/public/build/quizdown.js">
1313
</script>
@@ -62,9 +62,9 @@
6262
{{- end -}}
6363
<!-- Google Analytics v4 Config -->
6464
{{- if not hugo.IsServer }}
65-
{{- if .Site.Config.Services.GoogleAnalytics.ID }} {{- template "_internal/google_analytics.html" . -}}
66-
65+
{{- if site.Config.Services.GoogleAnalytics.ID }} {{- template "_internal/google_analytics.html" . -}}
66+
6767
{{- end -}}
6868
{{- end -}}
69-
70-
</head>
69+
70+
</head>

0 commit comments

Comments
 (0)