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

<gallery-images>
  <h1>Gallery</h1>
  <aside>
    {{ partial "gallery-walk.html"
        (dict
          "Folder"  $folder
          "Context" .
        )
    }}
  </aside>
</gallery-images>