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/post.html | |
| parent | 5efbd8f8867233ad9d4a9dc295188fc34a21c915 (diff) | |
| download | mitjafelicijan.com-8fc456190349cf22491191cc47d031d81c48f763.tar.gz | |
update
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> |
