Add versions

This commit is contained in:
Jeremy Thomas
2017-07-24 15:44:24 +02:00
parent 42780d04a7
commit f9223ad360
10 changed files with 192 additions and 117 deletions

View File

@@ -0,0 +1,8 @@
{% if site.deprecated %}
<div class="notification is-info" style="border-radius: 0; margin-bottom: 0;">
<p>
You are viewing the deprecated <strong>{{site.version}}</strong> version of the website.
<a href="/">Click here to view the latest version</a>
</p>
</div>
{% endif %}