From 8f2e529f00e4aa9f2897c172c46cabcb055cf44e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 12 Jan 2021 14:32:12 -0300 Subject: SVG TIL: Add link to favicon --- _tils/2020-12-29-svg-favicon.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '_tils') diff --git a/_tils/2020-12-29-svg-favicon.md b/_tils/2020-12-29-svg-favicon.md index 42d17fa..2b9ff23 100644 --- a/_tils/2020-12-29-svg-favicon.md +++ b/_tils/2020-12-29-svg-favicon.md @@ -1,9 +1,17 @@ --- + title: SVG favicon + date: 2020-12-29 + +updated_at: 2021-01-12 + layout: post + lang: en + ref: svg-favicon + --- I've wanted to change this website's favicon from a plain `.ico` file to a @@ -83,7 +91,8 @@ getting the final result I manually cleaned-up the generated XML: ``` -The good thing about this new favicon is that a) it is simple enough that I feel +The good thing about this new favicon (at [`/static/favicon.svg`](/static/favicon.svg)) +is that a) it is simple enough that I feel comfortable editing it manually and b) it is an SVG, which means I can generate any desired size. -- cgit v1.2.3