Fixed link to arrow-down.svg (was broken for multilingual site)

This commit is contained in:
Pavel Kuptsov
2022-09-21 15:02:31 +03:00
parent a14673aaea
commit 7777e0a8b5

View File

@@ -35,9 +35,9 @@
</div>
</div>
<a href="#counter" class="site-hero-scroll scroll-to">
<img src="images/arrow-down.svg" alt="arrow-down">
<img src="{{ "images/arrow-down.svg" | absURL }}" alt="arrow-down">
</a>
</section>
{{ "<!-- Site Hero End -->" | safeHTML }}
{{ end }}
{{ end }}
{{ end }}