Remove vernum

This commit is contained in:
Jeremy Thomas
2017-11-06 13:44:58 +00:00
parent bc33ace128
commit 67117ffed9
7 changed files with 49 additions and 68 deletions

View File

@@ -9,19 +9,17 @@ doc-subtab: nav
<section class="section">
<div class="container">
{% if site.vernum >= 43 %}
<div class="message is-danger">
<div class="message-body">
<p>This component has been <strong>deprecated</strong> and will be deleted soon.</p>
</div>
<div class="message is-danger">
<div class="message-body">
<p>This component has been <strong>deprecated</strong>.</p>
</div>
</div>
<div class="message is-info">
<div class="message-body">
<p>While both <code>.nav</code> and <code>.navbar</code> currently co-exist to ensure backwards compatibility, the <code>.nav</code> will probably be deleted in an upcoming update, so you should start using <a href="{{ site.url }}/documentation/components/navbar/">the new navbar</a> instead.</p>
</div>
<div class="message is-info">
<div class="message-body">
<p>While both <code>.nav</code> and <code>.navbar</code> currently co-exist to ensure backwards compatibility, the <code>.nav</code> will probably be deleted in an upcoming update, so you should start using <a href="{{ site.url }}/documentation/components/navbar/">the new navbar</a> instead.</p>
</div>
{% endif %}
</div>
<h1 class="title">Nav</h1>
<h2 class="subtitle">