diff options
Diffstat (limited to '_layouts/index.html')
| -rw-r--r-- | _layouts/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index 7c546a2..4d675e0 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -5,13 +5,16 @@ | |||
| 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="description" content="{{ page.description }}"> | 8 | <meta name="author" content="{{ site.author }}"> |
| 9 | <meta name="description" content="{{ site.description }}"> | ||
| 9 | 10 | ||
| 10 | <title>{{ page.title }}</title> | 11 | <title>{{ page.title }}</title> |
| 11 | 12 | ||
| 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> |
| @@ -28,6 +31,7 @@ | |||
| 28 | </li> | 31 | </li> |
| 29 | {% endfor %} | 32 | {% endfor %} |
| 30 | </ul> | 33 | </ul> |
| 34 | |||
| 31 | </main> | 35 | </main> |
| 32 | 36 | ||
| 33 | {% include footer.html %} | 37 | {% include footer.html %} |
