Conditional for develop branch doc warning

This commit is contained in:
Griatch 2020-11-14 12:22:34 +01:00
parent e930bd4ff1
commit 2a1aae0ab2
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,9 @@
<li class="nav-item nav-item-this"><a href="{{ link|e }}">{{ title }}</a></li>
{%- block relbaritems %} {% endblock %}
</ul>
<div class="develop">develop branch</div>
{%- if release == '1.0-dev' %}
<div class="develop">develop branch</div>
{%- endif %}
</div>
{%- endmacro %}