This commit is contained in:
Jeremy Thomas
2019-05-19 13:14:10 +01:00
parent 114930c0fc
commit d2c9e60d35
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{% 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.
You are viewing the deprecated <strong>{{ site.version }}</strong> version of the website.
<a href="{{ site.url }}/">Click here to view the latest version</a>
</p>
</div>