diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 7e38ee9..a5d132d 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -11,7 +11,7 @@ | |||
| 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 | 14 | ||
| 15 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> | 15 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> |
| 16 | 16 | ||
| 17 | <title>{{ page.title }}</title> | 17 | <title>{{ page.title }}</title> |
| @@ -56,3 +56,4 @@ | |||
| 56 | </body> | 56 | </body> |
| 57 | 57 | ||
| 58 | </html> | 58 | </html> |
| 59 | |||
