prelom/django/templates/issue_thumb.html

12 lines
415 B
HTML

<div class="nfb-issue-thumb">
<a href="{{ issue.get_absolute_url }}">
<img src="{{ issue.image.url }}" alt="{{ issue.title }}" class="ui fluid image nfb-image-link"/>
</a>
<h3 class="ui centered header">
<strong><a href="{{ issue.get_absolute_url }}">{{ issue.title }}</a></strong>
<div class="sub header">
{{ issue.date|date:"F Y" }}
</div>
</h3>
</div>