Showing Abner changes

This commit is contained in:
2024-10-25 19:41:18 -07:00
parent abd3cf86b7
commit b3426ec6d8
16 changed files with 460 additions and 115 deletions

View File

@@ -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