Skip to content

Commit 26f656d

Browse files
committed
Remove deprecation wording from top of page
Signed-off-by: Madelyn Olson <[email protected]>
1 parent 0bb508b commit 26f656d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/command-page.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
{% set command_title = command_obj_name %}
2626
{% endif %}
2727
{% set command_title = command_title | upper %}
28-
{% if command_data_obj.deprecated_since %}
29-
{% set deprecated = "Deprecated" %}
30-
{% endif %}
3128
{% else %}
3229
{% set command_data_error = "ERROR. Command JSON Not loaded." %}
3330
{% endif %}
@@ -36,7 +33,7 @@
3633
{% block subhead_content%}
3734
{% if command_title%}
3835
<div class="styled-title">
39-
<h1 class="page-title">{{ command_title }} {% if deprecated %}<small> {{ deprecated }}</small>{% endif %}</h1>
36+
<h1 class="page-title">{{ command_title }}</h1>
4037
</div>
4138
{% endif %}
4239
{% endblock subhead_content%}

0 commit comments

Comments
 (0)