diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 02:23:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 02:23:51 +0300 |
commit | 8de54ecb9a6c0ce6c23282c7970bd22a542c2419 (patch) | |
tree | 2cbee353dc03898c0bacdf72d9a71bd2b2171bdc /_config.yml | |
parent | bump jekyll-theme (diff) | |
download | egor-tensin.github.io-8de54ecb9a6c0ce6c23282c7970bd22a542c2419.tar.gz egor-tensin.github.io-8de54ecb9a6c0ce6c23282c7970bd22a542c2419.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 a1b487f..79116d3 100644 --- a/_config.yml +++ b/_config.yml @@ -23,3 +23,8 @@ settings: email: Egor.Tensin@gmail.com navbar: hide: true + 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} |