diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/index.html | 4 | ||||
| -rw-r--r-- | _layouts/page.html | 4 | ||||
| -rw-r--r-- | _layouts/post.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index b1bc714..371eb20 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -17,13 +17,13 @@ | |||
| 17 | <link rel="stylesheet" href="/assets/highlight.css"> | 17 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 18 | <link rel="stylesheet" href="/assets/site.css"> | 18 | <link rel="stylesheet" href="/assets/site.css"> |
| 19 | 19 | ||
| 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | 20 | <link rel="icon" type="image/gif" href="/assets/avatar.gif"> |
| 21 | 21 | ||
| 22 | <meta name="og:url" content="https://mitjafelicijan.com"> | 22 | <meta name="og:url" content="https://mitjafelicijan.com"> |
| 23 | <meta name="og:type" content="website"> | 23 | <meta name="og:type" content="website"> |
| 24 | <meta name="og:title" content="{{ site.title }}"> | 24 | <meta name="og:title" content="{{ site.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.gif"> |
| 27 | 27 | ||
| 28 | </head> | 28 | </head> |
| 29 | 29 | ||
diff --git a/_layouts/page.html b/_layouts/page.html index b671ffa..f5cb3ed 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -17,13 +17,13 @@ | |||
| 17 | <link rel="stylesheet" href="/assets/highlight.css"> | 17 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 18 | <link rel="stylesheet" href="/assets/site.css"> | 18 | <link rel="stylesheet" href="/assets/site.css"> |
| 19 | 19 | ||
| 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | 20 | <link rel="icon" type="image/gif" href="/assets/avatar.gif"> |
| 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="website"> | 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.gif"> |
| 27 | 27 | ||
| 28 | </head> | 28 | </head> |
| 29 | 29 | ||
diff --git a/_layouts/post.html b/_layouts/post.html index a1b3b7e..451d3a6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -17,13 +17,13 @@ | |||
| 17 | <link rel="stylesheet" href="/assets/highlight.css"> | 17 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 18 | <link rel="stylesheet" href="/assets/site.css"> | 18 | <link rel="stylesheet" href="/assets/site.css"> |
| 19 | 19 | ||
| 20 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | 20 | <link rel="icon" type="image/gif" href="/assets/avatar.gif"> |
| 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="website"> | 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.gif"> |
| 27 | 27 | ||
| 28 | </head> | 28 | </head> |
| 29 | 29 | ||
