bulma/docs/_includes/global/notice.html

15 lines
433 B
HTML
Raw Permalink Normal View History

2019-05-28 09:40:56 +00:00
<div class="bd-notice">
<div class="container">
<div class="bd-notice-body">
<p>
Bulma <strong>{{ site.data.meta.version }}</strong> is out!
</p>
<p>
<a target="_blank" href="{{ site.data.meta.release_notes }}">Release notes</a>
<span></span>
<a target="_blank" href="{{ site.data.meta.download }}"><strong>Download it now</strong></a>
</p>
</div>
</div>
</div>