From 3e55207a8d74f2065c5c524bfab135db446837da Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 13 Feb 2021 18:19:38 +0100 Subject: [PATCH] fixed path --- cookbook/templates/markdown_info.html | 4 ++-- CNAME => docs/CNAME | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename CNAME => docs/CNAME (100%) diff --git a/cookbook/templates/markdown_info.html b/cookbook/templates/markdown_info.html index 7363863d..27c61120 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.png' %}) + ![{% trans 'This will become an image' %}]({% static 'favicon.svg' %})
@@ -142,7 +142,7 @@ diff --git a/CNAME b/docs/CNAME similarity index 100% rename from CNAME rename to docs/CNAME