Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/StaticMania/roxo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/hero.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index 30120dd..8fef74d 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -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 }} \ No newline at end of file
+{{ end }}