remove feature tags from each board block on downloads page

This commit is contained in:
Justin Cooper 2019-04-05 10:43:31 -05:00
parent 3daa0a66e9
commit 19e7fd0ccd

View file

@ -68,11 +68,6 @@ permalink: /downloads
By {{ info.manufacturer }} By {{ info.manufacturer }}
</div> </div>
</div> </div>
<div class="features">
{% for feature in info.features %}
<span class="feature">{{ feature }}</span>
{% endfor %}
</div>
</a> </a>
</div> </div>
{% endfor %} {% endfor %}
@ -99,11 +94,6 @@ permalink: /downloads
By {{ board.manufacturer }} By {{ board.manufacturer }}
</div> </div>
</div> </div>
<div class="features">
{% for feature in board.features %}
<span class="feature">{{ feature }}</span>
{% endfor %}
</div>
</a> </a>
</div> </div>
{% endif %} {% endif %}