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