소스 검색

minor update

pull/141/head
abhidj0090 4 년 전
부모
커밋
a4c7012313
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      layouts/events/upcoming.html

+ 3
- 3
layouts/events/upcoming.html 파일 보기

@@ -1,10 +1,10 @@
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
{{ if (and (isset .Params "image_webp") (isset .Params "image")) }}
<img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}"
{{ with .Params.image_webp }}
<img class="img-fluid lozad" data-src="{{ .Params.image_webp | absURL }}"
onerror="this.onerror=null;
this.src='{{ .Params.Image | absURL }}'"
this.src='{{ .Params.image | absURL }}'"
>
{{ end }}
</div>

Loading…
취소
저장