Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa905c0

Browse files
authoredMar 21, 2025··
Merge pull request #416 from GeoscienceAustralia/feature/remove-tags-from-key-specifications
Remove tags from Key specifications table
2 parents 281fc35 + 3bb15ab commit aa905c0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
 

‎docs/_templates/product-v2.rst

+1-11
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@
156156
{% for collection in collections_list %}{% if collection.link %}`{{ collection.name }} <{{ collection.link }}>`_{% else %}{{ collection.name }}{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}
157157
{%- endset %}
158158

159-
{# Tags list component #}
160-
161-
{% set tags_list_component -%}
162-
{% for tag in tags_list %}`{{tag}} </search/?q=Tag+{{tag}}>`_{% if not loop.last %}, {% endif %}{% endfor %}
163-
{%- endset %}
164-
165159
{# Restructured Text head component #}
166160

167161
{% set rst_head_component %}
@@ -410,10 +404,6 @@
410404
* - **{{ collections_label }}**
411405
- {{ collections_list_component }}
412406
{%- endif %}
413-
{%- if tags_list %}
414-
* - **Tags**
415-
- {{ tags_list_component }}
416-
{%- endif %}
417407
{%- if page.data.licence_name and page.data.licence_link %}
418408
* - **Licence**
419409
- `{{ page.data.licence_name }} <{{ page.data.licence_link }}>`_
@@ -754,7 +744,7 @@
754744
{%- endif %}
755745
{%- if tags_list %}
756746
* - **Tags**
757-
- {{ tags_list_component }}
747+
- {% for tag in tags_list %}`{{tag}} </search/?q=Tag+{{tag}}>`_{% if not loop.last %}, {% endif %}{% endfor %}
758748
{%- endif %}
759749

760750
{% endif %}

0 commit comments

Comments
 (0)
Please sign in to comment.