diff options
Diffstat (limited to 'doc/_templates/px/layout.html')
| -rw-r--r-- | doc/_templates/px/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html index 19056897..02d36136 100644 --- a/doc/_templates/px/layout.html +++ b/doc/_templates/px/layout.html @@ -2,7 +2,7 @@ <?xml version="1.0" encoding="utf-8" ?> {%- endblock %} -<page title='{{ title|striptags }}'> +<page title='{{ title|striptags }}' {% if "beta" in release %}index='no'{% endif %}> {% block document -%} {%- block body %} {% endblock -%} {%- endblock %} |
