nasg/block_photo.html

8 lines
236 B
HTML
Raw Normal View History

<section class="photo">
<p>
<a href="{{ post.photo.target }}" class="{{ post.photo.cl }}">
<img src="{{ post.photo.fallback }}" title="{{ post.photo.title }}" alt="{{ post.photo.alt }}" class="adaptimg" />
</a>
</p>
</section>