bulma/docs/_includes/book/book-cover.html

12 lines
289 B
HTML
Raw Normal View History

2018-03-26 13:46:39 +00:00
<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>