diff options
Diffstat (limited to 'source/layouts/post.njk')
| -rw-r--r-- | source/layouts/post.njk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/layouts/post.njk b/source/layouts/post.njk index 2fc0f7b..72923c9 100644 --- a/source/layouts/post.njk +++ b/source/layouts/post.njk | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | 9 | ||
| 10 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> | 10 | <meta name="google-site-verification" content="EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA"> |
| 11 | 11 | ||
| 12 | <link rel="icon" type="image/png" href="{{ vars.domain }}/files/avatar-64x64.png?ver={{ timestamp }}"> | ||
| 13 | |||
| 12 | <title>{{ title }}</title> | 14 | <title>{{ title }}</title> |
| 13 | <meta name="author" content="{{ vars.author }}"> | 15 | <meta name="author" content="{{ vars.author }}"> |
| 14 | <meta name="description" content="{{ description }}"> | 16 | <meta name="description" content="{{ description }}"> |
| @@ -17,13 +19,13 @@ | |||
| 17 | <meta name="og:type" content="website"> | 19 | <meta name="og:type" content="website"> |
| 18 | <meta name="og:title" content="{{ title }}"> | 20 | <meta name="og:title" content="{{ title }}"> |
| 19 | <meta name="og:description" content="{{ description }}"> | 21 | <meta name="og:description" content="{{ description }}"> |
| 20 | <meta name="og:image" content="{{ vars.domain }}/assets/avatar.gif?ver={{ timestamp }}"> | 22 | <meta name="og:image" content="{{ vars.domain }}/files/avatar-512x512.png?ver={{ timestamp }}"> |
| 21 | 23 | ||
| 22 | <meta name="twitter:card" content="summary"> | 24 | <meta name="twitter:card" content="summary"> |
| 23 | <meta name="twitter:site" content="@mitjafelicijan"> | 25 | <meta name="twitter:site" content="@mitjafelicijan"> |
| 24 | <meta name="twitter:title" content="{{ title }}"> | 26 | <meta name="twitter:title" content="{{ title }}"> |
| 25 | <meta name="twitter:description" content="{{ description }}"> | 27 | <meta name="twitter:description" content="{{ description }}"> |
| 26 | <meta name="twitter:image" content="{{ vars.domain }}/assets/avatar.gif?ver={{ timestamp }}"> | 28 | <meta name="twitter:image" content="{{ vars.domain }}/files/avatar-512x512.png?ver={{ timestamp }}"> |
| 27 | 29 | ||
| 28 | {{ css }} | 30 | {{ css }} |
| 29 | 31 | ||
