From b29a2ca64a3d0536986693b6ad54b7aea8be7330 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 12 Apr 2022 14:06:23 -0300 Subject: Rename favicon to lord-favicon --- _tils/2020-12-29-svg-favicon.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '_tils') diff --git a/_tils/2020-12-29-svg-favicon.md b/_tils/2020-12-29-svg-favicon.md index 2b9ff23..54cca9a 100644 --- a/_tils/2020-12-29-svg-favicon.md +++ b/_tils/2020-12-29-svg-favicon.md @@ -91,8 +91,9 @@ getting the final result I manually cleaned-up the generated XML: ``` -The good thing about this new favicon (at [`/static/favicon.svg`](/static/favicon.svg)) -is that a) it is simple enough that I feel +The good thing about this new favicon +(at [`/static/lord-favicon.svg`](/static/lord-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. @@ -129,5 +130,5 @@ end ``` I had to increase the priority of the generator so that it would run before -other places that would use a `{% link /static/favicon.png %}`, otherwise the -file would be considered missing. +other places that would use a `{% link /static/lord-favicon.png %}`, otherwise +the file would be considered missing. -- cgit v1.2.3