website/layout/templates/screenshot.html

6 lines
209 B
HTML
Raw Normal View History

2022-05-12 13:29:25 +00:00
<div>
<a href="https://{{ item.source_url }}" target="_blank">
2023-07-17 15:01:11 +00:00
<img class="w-24 md:w-48 max-w-none rounded-lg clickable" src="{{ item.screenshot }}" alt="Screenshot of {{ item.title }}" />
2022-05-12 13:29:25 +00:00
</a>
</div>