mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-01-01 00:54:23 +01:00
Compare commits
2 commits
03abdc730f
...
286023d348
Author | SHA1 | Date | |
---|---|---|---|
286023d348 | |||
97c8404d54 |
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
{{- $original := resources.Get .image -}}
|
||||
{{ $thumb := $original.Fit "512x512" }}
|
||||
{{ $image := $original.Fit "1080x1080" }}
|
||||
<div class="item col-sm-4 col-lg-3 my-2">
|
||||
<div class="col-sm-4 col-lg-3 my-2">
|
||||
<a class="card bg-transparent" href="{{ $image.RelPermalink }}" data-lightbox="{{ $category }}" data-title="{{ .name }}">
|
||||
<img class="card-img" src="{{ $thumb.RelPermalink }}" alt="">
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue