blog/templates/partials/picture.html

7 lines
179 B
HTML
Raw Normal View History

2016-05-21 09:42:57 +00:00
<figure class="center {{ class }}" markdown="1">
2016-10-25 06:05:42 +00:00
<a href="/{{ url}}" target="_blank">
<img src="/{{url}}" alt="{{ alt }}">
2016-05-21 09:42:57 +00:00
</a>
<figcaption>{{ caption }}</figcaption>
2016-05-27 15:43:21 +00:00
</figure>