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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-17 19:22:22 +0300
committervirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-17 19:22:22 +0300
commitcbfb62f4d950a628551cf445c17acb0f4d11eeec (patch)
treec26da574101b2557070ad95dd047b73a9d9d8f6a
parente66a58723e77deb8a17c60b71335a14a3ba86406 (diff)
Fix URL.v0.0.5
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index e048e7c..bf41c16 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,7 +5,7 @@
<div class="col position-relative py-lg-7{{ if not .Site.Params.homepageImage }} py-7{{ else }} pb-5{{ end }}">
{{- with .Site.Params.homepageImage -}}
<div class="homepage-image">
- <img src="{{ . | relURL }}" class="img-fluid">
+ <img src="{{ . | relLangURL }}" class="img-fluid">
</div>
{{- end -}}