File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 156
156
{% for collection in collections_list %}{% if collection.link %}`{{ collection.name }} <{{ collection.link }}>`_{% else %}{{ collection.name }}{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}
157
157
{%- endset %}
158
158
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
-
165
159
{# Restructured Text head component #}
166
160
167
161
{% set rst_head_component %}
410
404
* - **{{ collections_label }} **
411
405
- {{ collections_list_component }}
412
406
{%- endif %}
413
- {%- if tags_list %}
414
- * - **Tags **
415
- - {{ tags_list_component }}
416
- {%- endif %}
417
407
{%- if page.data.licence_name and page.data.licence_link %}
418
408
* - **Licence **
419
409
- `{{ page.data.licence_name }} <{{ page.data.licence_link }} >`_
754
744
{%- endif %}
755
745
{%- if tags_list %}
756
746
* - **Tags **
757
- - {{ tags_list_component } }
747
+ - {% for tag in tags_list %}`{{tag}} </search/?q=Tag+{{tag}}>`_{% if not loop.last %}, {% endif %}{% endfor % }
758
748
{%- endif %}
759
749
760
750
{% endif %}
You can’t perform that action at this time.
0 commit comments