fix: Fix HTML validation warnings

This commit is contained in:
2022-06-01 12:33:24 +02:00
parent 96186d3248
commit 5b4e9eb0c7
3 changed files with 7 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<div>
<a href="https://{{ item.source_url }}" target="_blank">
<img class="screenshot clickable" src="{{ item.screenshot }}" />
<img class="screenshot clickable" src="{{ item.screenshot }}" alt="Screenshot of {{ item.title }}" />
</a>
</div>