Skip to content

Commit

Permalink
Add Google Site Verifier for Google Search Console
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadine2016 committed Jan 17, 2024
1 parent 7cf9231 commit 944ffd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/partials/docs/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<head>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Expand Down Expand Up @@ -33,6 +32,8 @@
<meta name="keywords" content="Documentation, Solo, Application Networking, API Gateway, Service mesh" />
<!-- favicon -->
{{ block "favicon" . }}{{ partialCached (printf "%s/%s" ($.Scratch.Get "pathName") "head/favicon.html") . }}{{ end }}
<!-- Google Seach Console -->
<meta name="google-site-verification" content="mf0poNLYvecxy1WXiSLio8TYARk5OX_dCydX6JjRuk0" />
<!-- Dark Mode -->
{{ if eq .Site.Params.docs.darkMode true -}}
{{ $darkModeInit := resources.Get (printf "/%s/%s" ($.Scratch.Get "pathName") "js/darkmode-init.js") | js.Build | minify -}}
Expand Down Expand Up @@ -105,4 +106,4 @@
{{- template "_internal/google_analytics.html" . -}}
{{- end -}}
{{- end -}}
</head>
</head>

0 comments on commit 944ffd6

Please sign in to comment.