docker-nodepupper/templates/fragments/feed-photo.html

6 lines
145 B
HTML
Raw Normal View History

2018-10-08 22:31:05 -07:00
<div class="photo">
<a href="/photo/{{ item.slug or item.uuid }}">
<img src="/thumb/set/feed/{{ item.uuid }}.jpg" />
</a>
</div>