diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 16:54:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 16:54:41 +0200 |
| commit | 8fc456190349cf22491191cc47d031d81c48f763 (patch) | |
| tree | 97ecd2c99acd0b40e3b38b3caa6254f37cf8ab32 /_layouts | |
| parent | 5efbd8f8867233ad9d4a9dc295188fc34a21c915 (diff) | |
| download | mitjafelicijan.com-8fc456190349cf22491191cc47d031d81c48f763.tar.gz | |
update
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/index.html | 6 | ||||
| -rw-r--r-- | _layouts/page.html | 6 | ||||
| -rw-r--r-- | _layouts/post.html | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index f612da7..ca7055c 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -31,6 +31,8 @@ | |||
| 31 | <meta name="twitter:description" content="{{ site.description }}"> | 31 | <meta name="twitter:description" content="{{ site.description }}"> |
| 32 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> | 32 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 33 | 33 | ||
| 34 | <style>{% include site.min.css %}</style> | ||
| 35 | |||
| 34 | </head> | 36 | </head> |
| 35 | 37 | ||
| 36 | <body> | 38 | <body> |
| @@ -54,10 +56,6 @@ | |||
| 54 | 56 | ||
| 55 | {% include footer.html %} | 57 | {% include footer.html %} |
| 56 | 58 | ||
| 57 | <style> | ||
| 58 | {% include site.css %} | ||
| 59 | </style> | ||
| 60 | |||
| 61 | </body> | 59 | </body> |
| 62 | 60 | ||
| 63 | </html> | 61 | </html> |
diff --git a/_layouts/page.html b/_layouts/page.html index af43ea7..debf6ed 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -33,6 +33,8 @@ | |||
| 33 | <meta name="twitter:description" content="{{ page.description }}"> | 33 | <meta name="twitter:description" content="{{ page.description }}"> |
| 34 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> | 34 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 35 | 35 | ||
| 36 | <style>{% include site.min.css %}</style> | ||
| 37 | |||
| 36 | </head> | 38 | </head> |
| 37 | 39 | ||
| 38 | <body> | 40 | <body> |
| @@ -49,10 +51,6 @@ | |||
| 49 | 51 | ||
| 50 | {% include footer.html %} | 52 | {% include footer.html %} |
| 51 | 53 | ||
| 52 | <style> | ||
| 53 | {% include site.css %} | ||
| 54 | </style> | ||
| 55 | |||
| 56 | </body> | 54 | </body> |
| 57 | 55 | ||
| 58 | </html> | 56 | </html> |
diff --git a/_layouts/post.html b/_layouts/post.html index 2fb4a75..17416f2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | <meta name="twitter:description" content="{{ page.description }}"> | 30 | <meta name="twitter:description" content="{{ page.description }}"> |
| 31 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> | 31 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 32 | 32 | ||
| 33 | <style>{% include site.min.css %}</style> | ||
| 34 | |||
| 33 | </head> | 35 | </head> |
| 34 | 36 | ||
| 35 | <body> | 37 | <body> |
| @@ -72,10 +74,6 @@ | |||
| 72 | 74 | ||
| 73 | {% include footer.html %} | 75 | {% include footer.html %} |
| 74 | 76 | ||
| 75 | <style> | ||
| 76 | {% include site.css %} | ||
| 77 | </style> | ||
| 78 | |||
| 79 | </body> | 77 | </body> |
| 80 | 78 | ||
| 81 | </html> | 79 | </html> |
