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

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