Browse Source

minor update

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

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

@@ -1,9 +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">
<img class="img-fluid lozad" data-src="{{ .Params.image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'">
<img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.Image | absURL }}'">
</div>
<div class="content">
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<p>{{ .Summary }}</p>

Loading…
Cancel
Save