diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 6 |
1 files changed, 4 insertions, 2 deletions
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 | ||
