diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 05:41:14 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 05:41:14 +0200 |
| commit | 102a156146db518f2b56eb61ba89b128faade6cc (patch) | |
| tree | 862ecb9ca696ad9d0fe672fe70ef70bae304183b /_layouts/post.html | |
| parent | 1fdc52bd0e67371d0e9b2b27923d49c451b35a11 (diff) | |
| download | mitjafelicijan.com-102a156146db518f2b56eb61ba89b128faade6cc.tar.gz | |
update
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index f41699e..3c80ab1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -9,9 +9,8 @@ | |||
| 9 | 9 | ||
| 10 | <title>{{ page.title }}</title> | 10 | <title>{{ page.title }}</title> |
| 11 | 11 | ||
| 12 | 12 | <link rel="stylesheet" href="/assets/highlight.css"> | |
| 13 | <style>{% include site.css %}</style> | 13 | <link rel="stylesheet" href="/assets/site.css"> |
| 14 | <style>{% include highlight.css %}</style> | ||
| 15 | 14 | ||
| 16 | </head> | 15 | </head> |
| 17 | 16 | ||
