diff options
| -rw-r--r-- | .jekyll-metadata | bin | 11393 -> 20182 bytes | |||
| -rw-r--r-- | _layouts/index.html | 4 | ||||
| -rw-r--r-- | _layouts/page.html | 4 | ||||
| -rw-r--r-- | _layouts/post.html | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index cdffa01..65ec8bd 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/_layouts/index.html b/_layouts/index.html index 4d675e0..c588e7c 100644 --- a/_layouts/index.html +++ b/_layouts/index.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="{{ site.description }}"> | 13 | <meta name="description" content="{{ site.description }}"> |
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 }}"> |
diff --git a/_layouts/post.html b/_layouts/post.html index c9e7108..e9fae99 100644 --- a/_layouts/post.html +++ b/_layouts/post.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 }}"> |
