deprecated.html 299 B

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