bulma/docs/_includes/global/deprecated.html

9 lines
309 B
HTML
Raw Normal View History

2017-07-24 13:44:24 +00:00
{% if site.deprecated %}
<div class="notification is-info" style="border-radius: 0; margin-bottom: 0;">
<p>
2018-03-26 13:46:39 +00:00
You are viewing the deprecated <strong>{{site.data.meta.version}}</strong> version of the website.
2017-07-24 13:44:24 +00:00
<a href="/">Click here to view the latest version</a>
</p>
</div>
{% endif %}