UI: Web Assets v2 upgrade #85
@ -40,7 +40,7 @@
|
|||||||
<a href="{% url 'extensions:by-type' type_slug='add-ons' %}" class="ms-auto">See all</a>
|
<a href="{% url 'extensions:by-type' type_slug='add-ons' %}" class="ms-auto">See all</a>
|
||||||
</div>
|
</div>
|
||||||
<p>Extend Blender capabilities with these add-ons by the community.</p>
|
<p>Extend Blender capabilities with these add-ons by the community.</p>
|
||||||
<div class="cards mt-3">
|
<div class="cards cards-lg-4 cards-md-3 cards-sm-2 mt-3">
|
||||||
{% for extension in addons %}
|
{% for extension in addons %}
|
||||||
{% include "extensions/components/card.html" %}
|
{% include "extensions/components/card.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>Blender themes to your liking. Dark, light, flat, colorful, and everything in between.</p>
|
<p>Blender themes to your liking. Dark, light, flat, colorful, and everything in between.</p>
|
||||||
<div class="cards mt-3">
|
<div class="cards cards-lg-4 cards-md-3 cards-sm-2 mt-3">
|
||||||
{% for extension in themes %}
|
{% for extension in themes %}
|
||||||
{% include "extensions/components/card.html" %}
|
{% include "extensions/components/card.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user