Remove relative_url iter for favico too
Jekyll / jekyll (pull_request) Successful in 20s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-24 12:41:16 +02:00
parent 29b2069ed9
commit 2908a8d930
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!-- start custom head snippets -->
<link href="{{ /assets/images/favicon.ico | relative_url }}" rel="shortcut icon" type="image/x-icon">
<link href="/assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- end custom head snippets -->