mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
9 lines
325 B
HTML
9 lines
325 B
HTML
{% if site.deprecated %}
|
|
<div class="notification is-info" style="border-radius: 0; margin-bottom: 0;">
|
|
<p>
|
|
You are viewing the deprecated <strong>{{ site.data.meta.version }}</strong> version of the website.
|
|
<a href="{{ site.url }}/">Click here to view the latest version</a>
|
|
</p>
|
|
</div>
|
|
{% endif %}
|