Fix absolute path

This commit is contained in:
Hugo Martin 2020-08-04 18:47:29 +02:00 committed by Emruz Hossain
parent 9930b37554
commit 56be59d7f1

View file

@ -8,7 +8,7 @@
<div>
<div class="d-flex">
{{ if .logo }}
<img class="card-img-xs" src="{{ .logo }}" alt="{{ .name }}" />
<img class="card-img-xs" src="/{{ .logo }}" alt="{{ .name }}" />
{{ end }}
<h5 class="card-title mb-0">{{ .name }}</h5>
</div>