diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 15:37:09 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 15:37:09 +0200 |
| commit | ccd50298d8fe0b858b184bbb4d42d45f62104b8b (patch) | |
| tree | 924a042b3937cd83f45ac9f013c67fcfa5e27e12 /_layouts | |
| parent | 63701970ab6b80676cee7db7bda1b51c9c4800ac (diff) | |
| download | mitjafelicijan.com-ccd50298d8fe0b858b184bbb4d42d45f62104b8b.tar.gz | |
update
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 47dce4f..704c5d0 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="#ff0"> |
| 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 cf8a77b..e12b27e 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="#ff0"> |
| 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 05b2e5b..29a0ae8 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="#ff0"> |
| 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 | ||
