7 lines
236 B
HTML
7 lines
236 B
HTML
<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>
|