Currently, we have all icons extracted into /static/. It might be better to use third party repository (i.e. to get rid of something we need to maintain)
We can use this:
<img src="https://apps.fedoraproject.org/packages/images/icons/{{ app.get_pkgname }}.png" alt="{{ app.get_pkgname }}"/>
Currently, we have all icons extracted into /static/. It might be better to use third party repository (i.e. to get rid of something we need to maintain)
We can use this:
<img src="https://apps.fedoraproject.org/packages/images/icons/{{ app.get_pkgname }}.png" alt="{{ app.get_pkgname }}"/>