aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/gallery-images.html
blob: 1dfe611461c82bd4b7c481a9f366b7320b7b6328 (plain)
1
2
3
4
5
6
7
8
{{ $folder := print "/content/" (partial "author-user.html" .) "/media/" }}

 <gallery-images>
    <h1>Picture Gallary</h1>
    <section>
      {{ partial "gallery-walk.html" $folder }}
    </section>
 </gallery-images>