favicon path in markdown docs

This commit is contained in:
vabene1111
2021-02-15 21:16:31 +01:00
parent 47049808b7
commit f2765c75c6

View File

@@ -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' %})
</code></pre>
<div style="text-align: center">
@@ -142,7 +142,7 @@
<div class="card-body">
<a href="https://github.com/vabene1111/recipes">https://github.com/vabene1111/recipes</a> <br/>
<a href="https://github.com/vabene1111/recipes">GitHub</a> <br/>
<img src="{% static 'favicon.svg' %}" class="img-fluid" alt="{% trans 'This will become an image' %}"
<img src="{% static 'assets/favicon.svg' %}" class="img-fluid" alt="{% trans 'This will become an image' %}"
style="height: 3vw">
</div>