Update icons and fix cover

This commit is contained in:
Andros Fenollosa
2021-07-31 21:30:57 +02:00
parent 033c341b0d
commit 27d2c4625c
17 changed files with 16 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
{% if article.cover %}
<img loading="lazy" src="{{ article.cover }}" alt="{{ article.title }}">
{% else %}
<canvas class="article__random-background"></canvas>
<img loading="lazy" src="static/img/newsreader-not-cover.png" alt="Not cover">
{% endif %}
</a>
</p>