all repos — nasg @ 49d80eda9544039fb25336868a5875f3dff42664

block_photo.html (view raw)

 1
 2
 3
 4
 5
 6
 7
<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>