Skip to content

Commit 5e31aeb

Browse files
committed
add google site verification tag
1 parent f1a9321 commit 5e31aeb

File tree

9 files changed

+17
-0
lines changed

9 files changed

+17
-0
lines changed

hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ disqusShortname = 'singhcoder'
77
[params]
88
description = "SinghCoder's personal blog"
99
images = ['site-feature-image.jpg']
10+
google_site_verification = 'google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0'
1011
[social]
1112
twitter = 'singhhcoder'

layouts/partials/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<head>
22
{{ template "_internal/google_analytics.html" . }}
33
{{ template "_internal/twitter_cards.html" . }}
4+
<!-- Add google site verification meta tag -->
5+
<meta name="google-site-verification" content="google-site-verification: {{ .Site.Params.google_site_verification }}" />
46
</head>
57

68
<header class="header-wrapper">

public/categories/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<meta name="twitter:description" content="SinghCoder&#39;s personal blog"/>
5050
<meta name="twitter:site" content="@singhhcoder"/>
5151

52+
53+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5254
</head>
5355

5456
<header class="header-wrapper">

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
<meta name="twitter:description" content="SinghCoder&#39;s personal blog"/>
5353
<meta name="twitter:site" content="@singhhcoder"/>
5454

55+
56+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5557
</head>
5658

5759
<header class="header-wrapper">

public/posts/fitness-track/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
What all I track so far? 🔗 Weight (morning and night) Number of weeks I had been regular in gym/number of classes attended. Occasional BMI and other metrics from InBody machine installed in the gym I go to."/>
5757
<meta name="twitter:site" content="@singhhcoder"/>
5858

59+
60+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5961
</head>
6062

6163
<header class="header-wrapper">

public/posts/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<meta name="twitter:description" content="SinghCoder&#39;s personal blog"/>
5050
<meta name="twitter:site" content="@singhhcoder"/>
5151

52+
53+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5254
</head>
5355

5456
<header class="header-wrapper">

public/posts/my-first-post/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
Scoop: next one is gonna be something related to the fitness journey I am on."/>
5757
<meta name="twitter:site" content="@singhhcoder"/>
5858

59+
60+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5961
</head>
6062

6163
<header class="header-wrapper">

public/tags/fitness/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<meta name="twitter:description" content="SinghCoder&#39;s personal blog"/>
5050
<meta name="twitter:site" content="@singhhcoder"/>
5151

52+
53+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5254
</head>
5355

5456
<header class="header-wrapper">

public/tags/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<meta name="twitter:description" content="SinghCoder&#39;s personal blog"/>
5050
<meta name="twitter:site" content="@singhhcoder"/>
5151

52+
53+
<meta name="google-site-verification" content="google-site-verification: google-site-verification=VNEQK6FTsfRUopGbrsNiULofIx7b4Y6TSxzbH3hx_c0" />
5254
</head>
5355

5456
<header class="header-wrapper">

0 commit comments

Comments
 (0)