Showing Abner changes
This commit is contained in:
@@ -69,6 +69,11 @@
|
||||
{{ partial "components/testimonials.html" . }}
|
||||
{{ end }}
|
||||
<!-- testimonials -->
|
||||
<!-- people_grid -->
|
||||
{{ if .img_grid }}
|
||||
{{ partial "components/people_grid.html" . }}
|
||||
{{ end }}
|
||||
<!-- people_grid -->
|
||||
<!-- img_grid -->
|
||||
{{ if .img_grid }}
|
||||
{{ partial "components/img_grid.html" . }}
|
||||
@@ -110,9 +115,15 @@
|
||||
|
||||
{{ if .image }}
|
||||
{{ $res := resources.Get .image }}
|
||||
{{ if .image_link }}
|
||||
<a href="{{ .image_link }}">
|
||||
{{ end }}
|
||||
<img loading="lazy" decoding="async" src="{{ $res.RelPermalink }}"
|
||||
class="img w-[384px] h-[384px] object-cover w-full h-auto {{ .image_class }} ">
|
||||
{{ end }}
|
||||
{{ if .image_link }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="{{ if eq $tick 0 }}
|
||||
md:order-1
|
||||
|
||||
Reference in New Issue
Block a user