mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
12 lines
289 B
HTML
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>
|