You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
412 B
HTML

<div class="listing" style="background-image:url({{.Get 3}})">
<div class="listing-text">
<a href="{{ .Get 0 }}" style="text-decoration:none;">
<h3>{{ .Get 1 }}</h3>
<i>{{.Get 2 }}</i>
</a>
<a href="{{ .Get 0 }}" style="position: absolute;top:0;left:0;height:100%;width:100%;background-color: transparent;margin:0;z-index:-1;">
</a>
</div>
</div>