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:
authorMd. Tanvir <tanvirahmedpiash@gmail.com>2022-10-25 09:22:22 +0300
committerGitHub <noreply@github.com>2022-10-25 09:22:22 +0300
commitce354191864b290f7ebfa9ab9ca29b463b3ad620 (patch)
tree694b96df7fb0e6f56ac1cac08f6d8a0995684524
parent078caf4cb3943e0caba0733657caf9e3c658f54d (diff)
parent7777e0a8b539c8b0555aa1a301e682fa6159dfe1 (diff)
Merge pull request #28 from poizon/masterHEADmaster
Fixed link to arrow-down.svg (was broken for multilingual site)
-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 }}