fix: video pagination
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="hero-visual fade-in">
|
||||
{% if site_branding.hero_logo %}
|
||||
<img src="{{ site_branding.hero_logo.url }}" alt="{{ site_branding.hero_logo_alt|default:'Tecvico showcase' }}" loading="eager" />
|
||||
{% else %}
|
||||
<img src="{% static 'images/tecvico/hero-image.svg' %}" alt="Tecvico showcase" loading="eager" />
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user