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