all repos — nasg @ daa73c9c75d2696c177f3158098c1f600f225c03

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>