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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/projects/single.html')
-rw-r--r--layouts/projects/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/projects/single.html b/layouts/projects/single.html
index 500a087..788cccd 100644
--- a/layouts/projects/single.html
+++ b/layouts/projects/single.html
@@ -11,7 +11,7 @@
{{ if $moreThenOneImage }}
<div class="item owl-height">
{{ end }}
- <img src="{{ $image.RelPermalink }}" class="img-responsive" alt="{{ $image.Name }}">
+ <img src="{{ $image.Permalink }}" class="img-responsive" alt="{{ $image.Name }}">
{{ if $moreThenOneImage }}
</div>
{{ end }}