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

github.com/themefisher/Hargo-hugo-ecommerce-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-10-21 09:53:48 +0300
committersomrat <monnaf37@gmail.com>2019-10-21 09:53:48 +0300
commite3a61015049a225a2170f61bc160e24f6bae1ddd (patch)
tree973e1cc67a8ab78a89c04457de5726231d348bff /layouts
parente804f64f408f6c7971f63f26901cf67727802d1e (diff)
added resources
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/cta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/cta.html b/layouts/partials/cta.html
index 73df29e..4dff36f 100644
--- a/layouts/partials/cta.html
+++ b/layouts/partials/cta.html
@@ -8,7 +8,7 @@
<h2 class="text-white">{{ .title | markdownify }}</h2>
<p class="text-white">{{ .content | markdownify }}</p>
{{ with .button }}
- <a href="{{ .link }}" class="btn btn-light">{{ .label }}</a>
+ <a href="{{ .link | absURL }}" class="btn btn-light">{{ .label }}</a>
{{ end }}
</div>
<div class="col-lg-4 col-md-5 position-relative">