diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 95dd3f0..c9e7108 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| 7 | <meta name="theme-color" content="#000000"> | 7 | <meta name="theme-color" content="#000000"> |
| 8 | <meta name="author" content="{{ site.author }}"> | ||
| 8 | <meta name="description" content="{{ page.description }}"> | 9 | <meta name="description" content="{{ page.description }}"> |
| 9 | 10 | ||
| 10 | <title>{{ page.title }}</title> | 11 | <title>{{ page.title }}</title> |
| @@ -12,6 +13,8 @@ | |||
| 12 | <link rel="stylesheet" href="/assets/highlight.css"> | 13 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 13 | <link rel="stylesheet" href="/assets/site.css"> | 14 | <link rel="stylesheet" href="/assets/site.css"> |
| 14 | 15 | ||
| 16 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | ||
| 17 | |||
| 15 | </head> | 18 | </head> |
| 16 | 19 | ||
| 17 | <body> | 20 | <body> |
