fix button words
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<div class="about-screenshots-grid about-section-screenshots">
|
||||
{% for item in items %}
|
||||
{% if item.is_featured and item.image %}
|
||||
{% include "partials/_linked_card_open.html" with url=item.url card_class="screenshot-item fade-in screenshot-item--featured" %}
|
||||
<img src="{{ item.image.url }}" alt="{{ item.image_alt|default:item.title }}" loading="lazy" />
|
||||
{% include "partials/_linked_card_close.html" with url=item.url %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user