all repos — nasg @ 4a0982d3e2bb94c610cc10e1fa77a24c50e26d3a

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>