aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 17416f2..ee939a0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -16,8 +16,6 @@
16 16
17 <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> 17 <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'">
18 18
19 <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}">
20
21 <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}"> 19 <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}">
22 <meta name="og:type" content="website"> 20 <meta name="og:type" content="website">
23 <meta name="og:title" content="{{ page.title }}"> 21 <meta name="og:title" content="{{ page.title }}">
@@ -31,6 +29,7 @@
31 <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 }}">
32 30
33 <style>{% include site.min.css %}</style> 31 <style>{% include site.min.css %}</style>
32 <style>{% include highlight.min.css %}</style>
34 33
35 </head> 34 </head>
36 35