blog/templates/partials/picture.html

7 lines
177 B
HTML
Raw Normal View History

2016-05-21 10:42:57 +01:00
<figure class="center {{ class }}" markdown="1">
2017-06-03 12:01:38 +01:00
<a href="{{ url}}" target="_blank">
<img src="{{url}}" alt="{{ alt }}">
2016-05-21 10:42:57 +01:00
</a>
<figcaption>{{ caption }}</figcaption>
2016-05-27 16:43:21 +01:00
</figure>