Merge "limit install guide list to services"
This commit is contained in:
commit
0f14eb9998
@ -51,7 +51,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
{% for project in projects|sort(attribute='service') -%}
|
{% for project in projects|sort(attribute='service') -%}
|
||||||
{% if project.has_install_guide %}
|
{% if project.type in ['service', 'other'] and project.has_install_guide %}
|
||||||
<li><a href="/{{project.name}}/{{series}}/install/">{{project.service}} ({{project.name|title}})</a></li>
|
<li><a href="/{{project.name}}/{{series}}/install/">{{project.service}} ({{project.name|title}})</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user