all repos — nasg @ 8b90b3c1d7490119d1f019e02b9840289aba41ee

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>