crude image gallery with lightbox
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{{ $image := (.Page.Resources.ByType "image") }}
|
||||
{{ with $image }}
|
||||
{{ range . }}
|
||||
<a href="{{ .Permalink }}" data-lightbox="x"><img src="{{ .Permalink }}" /></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user