aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index a49714e..64b23e0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -16,17 +16,17 @@
16 16
17 <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}"> 17 <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}">
18 18
19 <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}"> 19 <meta name="og:url" content="{{ site.domain }}{{ page.slug }}">
20 <meta name="og:type" content="website"> 20 <meta name="og:type" content="website">
21 <meta name="og:title" content="{{ page.title }}"> 21 <meta name="og:title" content="{{ page.title }}">
22 <meta name="og:description" content="{{ page.description }}"> 22 <meta name="og:description" content="{{ page.description }}">
23 <meta name="og:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> 23 <meta name="og:image" content="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}">
24 24
25 <meta name="twitter:card" content="summary"> 25 <meta name="twitter:card" content="summary">
26 <meta name="twitter:site" content="{{ site.twitter }}"> 26 <meta name="twitter:site" content="{{ site.twitter }}">
27 <meta name="twitter:title" content="{{ page.title }}"> 27 <meta name="twitter:title" content="{{ page.title }}">
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="{{ site.domain }}{{ site.avatar }}?ver={{ site.cache_version }}">
30 30
31 <style> 31 <style>
32 {% include site.min.css %} 32 {% include site.min.css %}
@@ -60,7 +60,7 @@
60 next_page: "next", 60 next_page: "next",
61 }; 61 };
62 } 62 }
63 hcb_user.PAGE = "https://mitjafelicijan.com/"; 63 hcb_user.PAGE = "{{ site.domain }}";
64 (function() { 64 (function() {
65 var s = document.createElement("script"), 65 var s = document.createElement("script"),
66 l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"), 66 l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),