Compare commits

..

No commits in common. "d03176171cb0792055c2055d4a6fc656df2fb813" and "64ea83f0e25c30afa55d1e3fa691a5377c5f3c56" have entirely different histories.

View File

@ -12,8 +12,8 @@
<div class="gallery"> <div class="gallery">
{{ range $images }} {{ range $images }}
<div class="gallery-item"> <div class="gallery-item">
{{ $thumbnail := .Process "resize x400 q50 jpeg" }} {{ $thumbnail := .Process "resize x600 q50 jpeg" }}
{{ $public := .Process "resize 2160x jpeg" }} {{ $public := .Process "jpeg q100" }}
<a href="{{ $public.RelPermalink }}" target="_blank"><img src="{{ $thumbnail.RelPermalink }}" /></a> <a href="{{ $public.RelPermalink }}" target="_blank"><img src="{{ $thumbnail.RelPermalink }}" /></a>
</div> </div>
{{ end }} {{ end }}