diff options
Diffstat (limited to 'source/layouts/index.njk')
| -rw-r--r-- | source/layouts/index.njk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/layouts/index.njk b/source/layouts/index.njk index 6a2441f..9784155 100644 --- a/source/layouts/index.njk +++ b/source/layouts/index.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>{{ vars.title }}</title> | 14 | <title>{{ vars.title }}</title> |
| 13 | <meta name="author" content="{{ vars.author }}"> | 15 | <meta name="author" content="{{ vars.author }}"> |
| 14 | <meta name="description" content="{{ vars.description }}"> | 16 | <meta name="description" content="{{ vars.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="{{ vars.title }}"> | 20 | <meta name="og:title" content="{{ vars.title }}"> |
| 19 | <meta name="og:description" content="{{ vars.description }}"> | 21 | <meta name="og:description" content="{{ vars.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="{{ vars.title }}"> | 26 | <meta name="twitter:title" content="{{ vars.title }}"> |
| 25 | <meta name="twitter:description" content="{{ vars.description }}"> | 27 | <meta name="twitter:description" content="{{ vars.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 | ||
| @@ -39,8 +41,8 @@ | |||
| 39 | {% for post in posts %} | 41 | {% for post in posts %} |
| 40 | <article> | 42 | <article> |
| 41 | <a href="/{{ post.slug }}"> | 43 | <a href="/{{ post.slug }}"> |
| 42 | <h2>{{ post.title }}</h2> | ||
| 43 | <time pubdate="{{ post.dateOriginal }}" class="pubdate">{{ post.dateFormatted }}</time> | 44 | <time pubdate="{{ post.dateOriginal }}" class="pubdate">{{ post.dateFormatted }}</time> |
| 45 | <h2>{{ post.title }}</h2> | ||
| 44 | </a> | 46 | </a> |
| 45 | </article> | 47 | </article> |
| 46 | {% endfor %} | 48 | {% endfor %} |
