diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-06 23:53:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-06 23:53:20 +0200 |
| commit | e8a9ace7698834b4d88c693dd666939b7de5ad73 (patch) | |
| tree | 591b770e2ff4c5382e3205e8f440be8d742b4bc9 /_layouts/post.html | |
| parent | 7c77870ff4d3408a5611b78cb34c274f212286b3 (diff) | |
| download | mitjafelicijan.com-e8a9ace7698834b4d88c693dd666939b7de5ad73.tar.gz | |
added google verification tag
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 3f268f9..e4d4a50 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | <meta name="theme-color" content="{{ site.theme_color }}"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ page.description }}"> | 13 | <meta name="description" content="{{ page.description }}"> |
| 14 | |||
| 15 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> | ||
| 14 | 16 | ||
| 15 | <title>{{ page.title }}</title> | 17 | <title>{{ page.title }}</title> |
| 16 | 18 | ||
