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

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