bulma/docs/_includes/global/deprecated.html

9 lines
323 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.
2018-10-12 10:23:32 +00:00
<a href="{{ site.url }}/">Click here to view the latest version</a>
2017-07-24 13:44:24 +00:00
</p>
</div>
{% endif %}