Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <58769763+tfsomrat@users.noreply.github.com>2021-11-23 09:24:42 +0300
committerGitHub <noreply@github.com>2021-11-23 09:24:42 +0300
commita0bd933274bb7bf3e12d319e1da7dbbadf75d194 (patch)
treeef66fba6bccd8694e49998b35dfa5634414857ad
parent6e4fbb2cd31f9121a554baf49ca6a7013c7b5231 (diff)
parent9a81d76feaab3e1ce2d827e223a410aafe36184a (diff)
Merge pull request #211 from rezib/patch-1
Fix typos s/baidu/bing/ in head
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 78ebfb7..9a7cabe 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,7 +27,7 @@
{{ end }}
<!-- bing site verification -->
-{{ with site.Params.site_verification.baidu }}
+{{ with site.Params.site_verification.bing }}
<meta name="msvalidate.01" content="{{ . }}" />
{{ end }}