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

15 lines
447 B

<div id="fh5co-gallery">
{{ range .Site.Params.work.item }}
<a href="{{ .img | absURL }}" class="fh5co-item image-popup" style="background-image: url({{ .img | absURL }})">
<div class="fh5co-overlay"></div>
<div class="fh5co-copy">
<div class="fh5co-copy-inner">
<h2>{{ .title }}</h2>
{{ if isset . "subtitle" }}
<h3>{{ .subtitle }}</h3>
{{ end }}
</div>
</div>
</a>
{{ end }}
</div> <!-- END fh5co-gallery -->