diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 02:32:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 02:32:51 +0300 |
commit | 7f779e7f112852f04f621de2b4f0dbc90a350c57 (patch) | |
tree | b4becc258c61123791cf46576a6be628afe16b98 /_config.yml | |
parent | header: support custom <link> elements (diff) | |
download | jekyll-theme-7f779e7f112852f04f621de2b4f0dbc90a350c57.tar.gz jekyll-theme-7f779e7f112852f04f621de2b4f0dbc90a350c57.zip |
add a favicon
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 05cd33e..aeaf8ec 100644 --- a/_config.yml +++ b/_config.yml @@ -49,3 +49,8 @@ settings: # address of the owner. name: Egor Tensin email: Egor.Tensin@gmail.com + links: + - {rel: apple-touch-icon, sizes: 180x180, href: /assets/favicon/apple-touch-icon.png} + - {rel: icon, type: image/png, sizes: 32x32, href: /assets/favicon/favicon-32x32.png} + - {rel: icon, type: image/png, sizes: 16x16, href: /assets/favicon/favicon-16x16.png} + - {rel: manifest, href: /assets/favicon/site.webmanifest} |