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 @@
https://github.com/vabene1111/recipes
GitHub
- {% trans 'This will become an image' %}
diff --git a/CNAME b/docs/CNAME similarity index 100% rename from CNAME rename to docs/CNAME