diff options
Diffstat (limited to '_layouts/index.html')
| -rw-r--r-- | _layouts/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index ca7055c..4c4259b 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -14,9 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | <title>{{ page.title }}</title> | 15 | <title>{{ page.title }}</title> |
| 16 | 16 | ||
| 17 | <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> | ||
| 18 | <link rel="stylesheet" href="/assets/site.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> | ||
| 19 | |||
| 20 | <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}"> | 17 | <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 21 | 18 | ||
| 22 | <meta name="og:url" content="https://mitjafelicijan.com"> | 19 | <meta name="og:url" content="https://mitjafelicijan.com"> |
| @@ -32,6 +29,7 @@ | |||
| 32 | <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 }}"> |
| 33 | 30 | ||
| 34 | <style>{% include site.min.css %}</style> | 31 | <style>{% include site.min.css %}</style> |
| 32 | <style>{% include highlight.min.css %}</style> | ||
| 35 | 33 | ||
| 36 | </head> | 34 | </head> |
| 37 | 35 | ||
