diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/index.html | 2 | ||||
| -rw-r--r-- | _layouts/page.html | 2 | ||||
| -rw-r--r-- | _layouts/post.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index 93b56fb..ef3ca1d 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> |
| 10 | 10 | ||
| 11 | <meta name="theme-color" content="#ff0ff0"> | 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="{{ site.description }}"> | 13 | <meta name="description" content="{{ site.description }}"> |
| 14 | 14 | ||
diff --git a/_layouts/page.html b/_layouts/page.html index 77ee59f..25610e4 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> |
| 10 | 10 | ||
| 11 | <meta name="theme-color" content="#ff0ff0"> | 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 | ||
diff --git a/_layouts/post.html b/_layouts/post.html index 64b23e0..d922293 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> |
| 10 | 10 | ||
| 11 | <meta name="theme-color" content="#ff0ff0"> | 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 | ||
