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

9 lines
325 B
HTML
Raw Permalink 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>
You are viewing the deprecated <strong>{{ site.data.meta.version }}</strong> version of the website.
2018-10-12 11:23:32 +01:00
<a href="{{ site.url }}/">Click here to view the latest version</a>
2017-07-24 15:44:24 +02:00
</p>
</div>
{% endif %}