We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb508b commit 26f656dCopy full SHA for 26f656d
templates/command-page.html
@@ -25,9 +25,6 @@
25
{% set command_title = command_obj_name %}
26
{% endif %}
27
{% set command_title = command_title | upper %}
28
- {% if command_data_obj.deprecated_since %}
29
- {% set deprecated = "Deprecated" %}
30
- {% endif %}
31
{% else %}
32
{% set command_data_error = "ERROR. Command JSON Not loaded." %}
33
@@ -36,7 +33,7 @@
36
{% block subhead_content%}
37
34
{% if command_title%}
38
35
<div class="styled-title">
39
- <h1 class="page-title">{{ command_title }} {% if deprecated %}<small> {{ deprecated }}</small>{% endif %}</h1>
+ <h1 class="page-title">{{ command_title }}</h1>
40
</div>
41
42
{% endblock subhead_content%}
0 commit comments