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>

View File

@@ -26,7 +26,7 @@
<div id="navMenu{{ include.id }}" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item bd-navbar-item-documentation {% if page.route == 'documentation' %}is-active{% endif %} {% if page.layout == 'documentation' %}is-active{% endif %}" href="{{ site.data.meta.documentation }}">
<a class="navbar-item bd-navbar-item-documentation {% if page.route == 'documentation' %}is-active{% endif %} {% if page.layout == 'documentation' %}is-active{% endif %}" href="{{ site.url }}{{ site.data.meta.documentation }}">
<span class="icon has-text-primary">
<i class="fas fa-book"></i>
</span>