Improve design quality

This commit is contained in:
nemunaire 2017-07-30 22:02:03 +02:00 committed by Pierre-Olivier Mercier
commit c351bb73df
2 changed files with 31 additions and 25 deletions

View file

@ -91,7 +91,7 @@
{{range $i, $thumb := $thumbs}}
<a href="{{ $thumb.link | absURL }}" target="_blank">
<div class="thumbApp" style="background-image:url('{{ $thumb.src | absURL }}')">
{{ if $thumb.desc }}<p>{{ $thumb.desc }}</p>{{end}}
{{ if $thumb.desc }}<p><span>{{ $thumb.desc }}</span></p>{{end}}
</div>
</a>
{{ end }}