diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/page.html | 2 | ||||
| -rw-r--r-- | _layouts/post.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index a5c9651..b671ffa 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> |
| 21 | 21 | ||
| 22 | <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}"> | 22 | <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}"> |
| 23 | <meta name="og:type" content="article"> | 23 | <meta name="og:type" content="website"> |
| 24 | <meta name="og:title" content="{{ page.title }}"> | 24 | <meta name="og:title" content="{{ page.title }}"> |
| 25 | <meta name="og:description" content="{{ page.description }}"> | 25 | <meta name="og:description" content="{{ page.description }}"> |
| 26 | <meta name="og:image" content="https://mitjafelicijan.com/assets/avatar.jpg"> | 26 | <meta name="og:image" content="https://mitjafelicijan.com/assets/avatar.jpg"> |
diff --git a/_layouts/post.html b/_layouts/post.html index 5b2919c..a1b3b7e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> |
| 21 | 21 | ||
| 22 | <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}"> | 22 | <meta name="og:url" content="https://mitjafelicijan.com/{{ page.slug }}"> |
| 23 | <meta name="og:type" content="article"> | 23 | <meta name="og:type" content="website"> |
| 24 | <meta name="og:title" content="{{ page.title }}"> | 24 | <meta name="og:title" content="{{ page.title }}"> |
| 25 | <meta name="og:description" content="{{ page.description }}"> | 25 | <meta name="og:description" content="{{ page.description }}"> |
| 26 | <meta name="og:image" content="https://mitjafelicijan.com/assets/avatar.jpg"> | 26 | <meta name="og:image" content="https://mitjafelicijan.com/assets/avatar.jpg"> |
