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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-04-27 23:48:15 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-27 23:48:15 +0300
commit96e0f5b647a9915c8fa9322731cd4d93a3dac5fd (patch)
treecab5ab99e79bea414017882ae2eb6aeab5add98f /layouts/partials/jumbotron.html
parentdb38cf766a6a3effc85f0a6769cdd5e8f2ea5e1c (diff)
Change to use absURL and relURL
Fixes #64
Diffstat (limited to 'layouts/partials/jumbotron.html')
-rw-r--r--layouts/partials/jumbotron.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/jumbotron.html b/layouts/partials/jumbotron.html
index 2a3e12a..f7a38f8 100644
--- a/layouts/partials/jumbotron.html
+++ b/layouts/partials/jumbotron.html
@@ -10,7 +10,7 @@
{{ range $p:= $.Site.Params.authors }}
<div class="col-lg-2">
- <img alt="{{ $p.name }}" src="{{ $p.thumbnail }}" class="img-center rounded-circle img-fluid jumbotron-host">
+ <img alt="{{ $p.name }}" src="{{ $p.thumbnail | absURL }}" class="img-center rounded-circle img-fluid jumbotron-host">
<p class="text-center text-capitalize">{{ $p.name }}</p>
</div>
{{ end }}