diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-28 07:51:48 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-28 07:51:48 -0500 |
| commit | 3d5ed2874ed145d3e34200c4f7657e17f4ad888b (patch) | |
| tree | a9cfe83f503ece56e4f87b4b050b6f9fcf22ba39 /doc/_templates/px/layout.html | |
| parent | 1b13619737319162578e0723cb2354b0ec4d62c4 (diff) | |
| download | python-coveragepy-git-3d5ed2874ed145d3e34200c4f7657e17f4ad888b.tar.gz | |
Is this why the beta docs weren't working? omg...
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 02d36136..01f03ee5 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 }}' {% if "beta" in release %}index='no'{% endif %}> +<page title='{{ title|striptags }}' {% if "b" in release %}index='no'{% endif %}> {% block document -%} {%- block body %} {% endblock -%} {%- endblock %} |
