Add Google Search Console
This commit is contained in:
parent
5b66e9b836
commit
e091f9067f
|
|
@ -17,6 +17,9 @@ pluralizeListTitles = false
|
||||||
|
|
||||||
googleAnalytics = "UA-12671637-1"
|
googleAnalytics = "UA-12671637-1"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
googleSearchConsole = "6L709rtF-RXmoQAjLGEauqJrWRzcp37n0n2OiSjMSak"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "ueber-uns"
|
identifier = "ueber-uns"
|
||||||
|
|
|
||||||
|
|
@ -22,3 +22,4 @@
|
||||||
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png" sizes="180x180">
|
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png" sizes="180x180">
|
||||||
<meta name="msapplication-TileBackground" content="#000000">
|
<meta name="msapplication-TileBackground" content="#000000">
|
||||||
<meta name="msapplication-TileImage" content="/img/ms-tile.png">
|
<meta name="msapplication-TileImage" content="/img/ms-tile.png">
|
||||||
|
<meta name="google-site-verification" content="{{ .Site.Params.googleSearchConsole }}" />
|
||||||
Loading…
Reference in New Issue