bulma/docs/_includes/global/notice.html

15 lines
573 B
HTML
Raw Normal View History

2019-05-28 09:40:56 +00:00
<div class="bd-notice">
<div class="container">
<div class="bd-notice-body">
<p>
2020-06-07 13:15:06 +00:00
Bulma <strong>{{ site.data.meta.version }}</strong> is out! With <strong>RTL support</strong> and <a href="{{ site.url }}/documentation/helpers/spacing-helpers/"><strong>spacing helpers</strong></a>.
2019-05-28 09:40:56 +00:00
</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>