manual: deprecate old release

closes #863
release-1
Robert Jördens 2017-12-06 12:52:35 +01:00
parent fd6c01f537
commit 22ba2858d9
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{% extends "!layout.html" %}
{%- block footer %}
{{ super() }}
<div style="background-color: #FFBABA; color: #6A0E0E; position: fixed; min-width: 768px; top: 0; width: 100%; padding: 8px 20px 8px; font-size: 14px; line-height: 1.6; text-align: center; z-index: 300">
WARNING: This document is for an old version of ARTIQ. For the most recent release go to <a href="https://m-labs.hk/artiq/manual/">https://m-labs.hk/artiq/manual/</a>.
</div>
{% endblock %}