diff options
| -rw-r--r-- | .jekyll-metadata | bin | 29928 -> 29975 bytes | |||
| -rw-r--r-- | _layouts/index.html | 6 | ||||
| -rw-r--r-- | _layouts/page.html | 6 | ||||
| -rw-r--r-- | _layouts/post.html | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index fe4b51f..3c76b25 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/_layouts/index.html b/_layouts/index.html index 4c4259b..b30aa23 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -28,8 +28,10 @@ | |||
| 28 | <meta name="twitter:description" content="{{ site.description }}"> | 28 | <meta name="twitter:description" content="{{ site.description }}"> |
| 29 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> | 29 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 30 | 30 | ||
| 31 | <style>{% include site.min.css %}</style> | 31 | <style> |
| 32 | <style>{% include highlight.min.css %}</style> | 32 | {% include site.min.css %} |
| 33 | {% include highlight.min.css %} | ||
| 34 | </style> | ||
| 33 | 35 | ||
| 34 | </head> | 36 | </head> |
| 35 | 37 | ||
diff --git a/_layouts/page.html b/_layouts/page.html index 8a65ac2..71ad5e1 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -28,8 +28,10 @@ | |||
| 28 | <meta name="twitter:description" content="{{ page.description }}"> | 28 | <meta name="twitter:description" content="{{ page.description }}"> |
| 29 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> | 29 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 30 | 30 | ||
| 31 | <style>{% include site.min.css %}</style> | 31 | <style> |
| 32 | <style>{% include highlight.min.css %}</style> | 32 | {% include site.min.css %} |
| 33 | {% include highlight.min.css %} | ||
| 34 | </style> | ||
| 33 | 35 | ||
| 34 | </head> | 36 | </head> |
| 35 | 37 | ||
diff --git a/_layouts/post.html b/_layouts/post.html index ee939a0..0753e8b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -28,8 +28,10 @@ | |||
| 28 | <meta name="twitter:description" content="{{ page.description }}"> | 28 | <meta name="twitter:description" content="{{ page.description }}"> |
| 29 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> | 29 | <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 30 | 30 | ||
| 31 | <style>{% include site.min.css %}</style> | 31 | <style> |
| 32 | <style>{% include highlight.min.css %}</style> | 32 | {% include site.min.css %} |
| 33 | {% include highlight.min.css %} | ||
| 34 | </style> | ||
| 33 | 35 | ||
| 34 | </head> | 36 | </head> |
| 35 | 37 | ||
