Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
fec9b10b58
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      layouts/events/upcoming.html

+ 2
- 5
layouts/events/upcoming.html View File

@@ -1,11 +1,8 @@
<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">
{{ with .Params.image_webp }}
<img class="img-fluid lozad" data-src="{{ .Params.image_webp | absURL }}"
onerror="this.onerror=null;
this.src='{{ .Params.image | 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 }}'">
{{ end }}
</div>

Loading…
Cancel
Save