From 7f779e7f112852f04f621de2b4f0dbc90a350c57 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 19 Mar 2022 02:32:51 +0300 Subject: add a favicon --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) 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} -- cgit v1.2.3