Files
bulma/docs/_includes/global/deprecated.html

9 lines
309 B
HTML
Raw Normal View History

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