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

github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBala Ramadurai <bala@balaramadurai.net>2018-09-05 05:39:43 +0300
committerGitHub <noreply@github.com>2018-09-05 05:39:43 +0300
commit7c8d6aeb987ece0f6ed1ce0a3683105b63f644d0 (patch)
tree1865bfedeecaa5026b8ef9e54c19d25146032399
parentd887860e5d93ed74abe777e55197d2edc7abbb74 (diff)
parentbdb1b47b6079676d43319aa4aa6c47d5ad2024f0 (diff)
Merge pull request #20 from darhon/patch-1
fixed second page image bug
-rw-r--r--layouts/partials/single_slide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/single_slide.html b/layouts/partials/single_slide.html
index c155ac1..1a1d41e 100644
--- a/layouts/partials/single_slide.html
+++ b/layouts/partials/single_slide.html
@@ -1,6 +1,6 @@
<figure>
<a href="{{ .Permalink }}" title="{{ .Title }}">
- <img src="{{ .Params.banner }}" class="pngfix wp-post-image" alt="{{ .Title }}" title="{{ .Title }}">
+ <img src="{{ .Params.banner | absURL }}" class="pngfix wp-post-image" alt="{{ .Title }}" title="{{ .Title }}">
</a>
</figure>
<article class="featured-text">