bulma/docs/_includes/global/deprecated.html

9 lines
315 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>
2019-05-19 12:14:10 +00:00
You are viewing the deprecated <strong>{{ site.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 %}