Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
d68dd772ba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/events/single.html

+ 1
- 1
layouts/events/single.html View File

@@ -21,7 +21,7 @@
{{ range $speakers }}
<div class="mb-2">
{{with .speaker_image}}
{{ $imagewebp := .speaker_Image_webp }}
{{ $imagewebp := .speaker_image }}
{{ $image := .speaker_image }}
<div class="client-thumb speaker">
<img class="img-fluid lozad" data-src="{{ $imagewebp | absURL }}" onerror="this.onerror=null;this.src='{{ $image | absURL }}'" alt="{{ .speaker_name }}">

Loading…
Cancel
Save