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">
2017-06-03 11:01:38 +00:00
<a href="{{ url}}" target="_blank">
<img src="{{url}}" alt="{{ alt }}">
2016-05-21 09:42:57 +00:00
</a>
2017-12-31 15:05:10 +00:00
<figcaption>{{{ caption }}}</figcaption>
2016-05-27 15:43:21 +00:00
</figure>