diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 92a5a37..3704c87 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | <head> | 4 | <head> |
| 5 | 5 | ||
| 6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| 7 | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | ||
| 10 | |||
| 7 | <meta name="theme-color" content="#000000"> | 11 | <meta name="theme-color" content="#000000"> |
| 8 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 9 | <meta name="description" content="{{ page.description }}"> | 13 | <meta name="description" content="{{ page.description }}"> |
