From f2765c75c63b046761fb9d1a2c3b57640dfab78e Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 15 Feb 2021 21:16:31 +0100 Subject: [PATCH] favicon path in markdown docs --- cookbook/templates/markdown_info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/templates/markdown_info.html b/cookbook/templates/markdown_info.html index 27c611206..d3d51d801 100644 --- a/cookbook/templates/markdown_info.html +++ b/cookbook/templates/markdown_info.html @@ -129,7 +129,7 @@ [](https://github.com/vabene1111/recipes) [GitHub](https://github.com/vabene1111/recipes) - ![{% trans 'This will become an image' %}]({% static 'favicon.svg' %}) + ![{% trans 'This will become an image' %}]({% static 'assets/favicon.svg' %})
@@ -142,7 +142,7 @@