diff options
author | EuAndreh <eu@euandre.org> | 2022-04-12 14:06:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-04-12 14:06:23 -0300 |
commit | b29a2ca64a3d0536986693b6ad54b7aea8be7330 (patch) | |
tree | f4f06a2ef5fa9b5e16013cd08117a75f5d223e7c /_tils | |
parent | _config.yml: Explicitly include .well-known/ directory (diff) | |
download | euandre.org-b29a2ca64a3d0536986693b6ad54b7aea8be7330.tar.gz euandre.org-b29a2ca64a3d0536986693b6ad54b7aea8be7330.tar.xz |
Rename favicon to lord-favicon
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-12-29-svg-favicon.md | 9 |
1 files changed, 5 insertions, 4 deletions
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: </svg> ``` -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. |