diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 16:57:04 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 16:57:04 +0200 |
| commit | 53130e15f849e7508118725c45c33731380ea5a3 (patch) | |
| tree | 23200851f6d3baa451123f2aa2890d0213291351 /_layouts/post.html | |
| parent | a937bd1e6015a3762f2000ad1deccd6d9fa2f127 (diff) | |
| download | mitjafelicijan.com-53130e15f849e7508118725c45c33731380ea5a3.tar.gz | |
update
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index ee939a0..0753e8b 100644 --- a/_layouts/post.html +++ b/_layouts/post.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 | ||
