blog/templates/partials/picture.html

6 lines
204 B
HTML
Raw Normal View History

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