fixed path

This commit is contained in:
vabene1111 2021-02-13 18:19:38 +01:00
parent 80eee945a0
commit 3e55207a8d
2 changed files with 2 additions and 2 deletions

View File

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

View File