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