bulma/docs/_includes/book-cover.html
2018-03-26 14:46:39 +01:00

12 lines
289 B
HTML

<div class="bd-book-cover">
<a href="{{ site.data.meta.book_url }}" target="_blank">
{%
include elements/responsive-image.html
path="book/book-cover"
extension="png"
alt="The official Bulma book cover"
width="300"
height="380"
%}
</a>
</div>