Improve design quality
This commit is contained in:
parent
db7bf2c885
commit
c351bb73df
2 changed files with 31 additions and 25 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue