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:
authorHanzei <hanzei@mailbox.org>2018-07-20 18:27:32 +0300
committerHanzei <hanzei@mailbox.org>2018-07-20 18:27:32 +0300
commit8c258bbd0700e62be2feb5e516a4e6efe47e5776 (patch)
tree4692598ec2dec0439e63c9bff4e207dcc3b0c478 /layouts/index.html
parentef5feab3ef4a66a03ccc89416303cfb6d5293a3a (diff)
Use abs URL every time
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 281b366..4e96a96 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -51,7 +51,7 @@
<div class="column is-one-third has-text-centered">
{{ with $home.Resources.GetMatch .Params.Image }}
{{ with .Resize "320x" }}
- <img class="img-responsive avatar" src="{{ .RelPermalink }}" alt="{{ .Name }}">
+ <img class="img-responsive avatar" src="{{ .Permalink }}" alt="{{ .Name }}">
{{ end }}
{{ end }}
</div>