website/layout/templates/screenshot.html

6 lines
185 B
HTML
Raw Normal View History

2022-05-12 13:29:25 +00:00
<div>
<a href="https://{{ item.source_url }}" target="_blank">
2022-06-01 10:33:24 +00:00
<img class="screenshot clickable" src="{{ item.screenshot }}" alt="Screenshot of {{ item.title }}" />
2022-05-12 13:29:25 +00:00
</a>
</div>