Skip to content

Commit 55c3364

Browse files
authored
Merge pull request #239 from yel-hadd/master
Google search console verification
2 parents 36bcc13 + 5351297 commit 55c3364

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googled5ceee86bf34d3e8.html

docs/.vuepress/theme/layouts/HomeLayout.vue

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<template>
2-
<meta name="google-site-verification" content="5-Q2NFM8YQ1f64j819in5tsqnlwNjQXX6Y0PQzmBEcs" />
32
<div class="theme-container">
43
<HeaderLayout :isMobileWidth="isMobileWidth"/>
54
<DocsCardsWrapper/>

docs/.vuepress/theme/layouts/Layout.vue

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div class="theme-container">
3+
<meta name="google-site-verification" content="5-Q2NFM8YQ1f64j819in5tsqnlwNjQXX6Y0PQzmBEcs" />
34
<HeaderLayout :closeSidebarDrawer="pageRef?.closeSidebarDrawer" :isMobileWidth="isMobileWidth"/>
45
<Sidebar
56
v-if="allPages.length && !pageRef?.isOpenMobileSidebarMenu && !isMobileWidth"

0 commit comments

Comments
 (0)