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, 6 insertions, 0 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index ef3ca1d..78da4a1 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | <meta name="twitter:description" content="{{ site.description }}"> | 28 | <meta name="twitter:description" content="{{ site.description }}"> |
| 29 | <meta name="twitter:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}"> | 29 | <meta name="twitter:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 30 | 30 | ||
| 31 | <link rel="manifest" href="/assets/manifest.json?ver={{ site.cache_version }}"> | ||
| 32 | |||
| 31 | <style> | 33 | <style> |
| 32 | {% include site.min.css %} | 34 | {% include site.min.css %} |
| 33 | {% include highlight.min.css %} | 35 | {% include highlight.min.css %} |
diff --git a/_layouts/page.html b/_layouts/page.html index 25610e4..6b86ba0 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | <meta name="twitter:description" content="{{ page.description }}"> | 28 | <meta name="twitter:description" content="{{ page.description }}"> |
| 29 | <meta name="twitter:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}"> | 29 | <meta name="twitter:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 30 | 30 | ||
| 31 | <link rel="manifest" href="/assets/manifest.json?ver={{ site.cache_version }}"> | ||
| 32 | |||
| 31 | <style> | 33 | <style> |
| 32 | {% include site.min.css %} | 34 | {% include site.min.css %} |
| 33 | {% include highlight.min.css %} | 35 | {% include highlight.min.css %} |
diff --git a/_layouts/post.html b/_layouts/post.html index 284b42b..c9678fa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | <meta name="twitter:description" content="{{ page.description }}"> | 28 | <meta name="twitter:description" content="{{ page.description }}"> |
| 29 | <meta name="twitter:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}"> | 29 | <meta name="twitter:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 30 | 30 | ||
| 31 | <link rel="manifest" href="/assets/manifest.json?ver={{ site.cache_version }}"> | ||
| 32 | |||
| 31 | <style> | 33 | <style> |
| 32 | {% include site.min.css %} | 34 | {% include site.min.css %} |
| 33 | {% include highlight.min.css %} | 35 | {% include highlight.min.css %} |
