remove feature tags from each board block on downloads page
This commit is contained in:
parent
3daa0a66e9
commit
19e7fd0ccd
1 changed files with 0 additions and 10 deletions
|
|
@ -68,11 +68,6 @@ permalink: /downloads
|
|||
By {{ info.manufacturer }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="features">
|
||||
{% for feature in info.features %}
|
||||
<span class="feature">{{ feature }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
@ -99,11 +94,6 @@ permalink: /downloads
|
|||
By {{ board.manufacturer }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="features">
|
||||
{% for feature in board.features %}
|
||||
<span class="feature">{{ feature }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue