Procházet zdrojové kódy

minor update

pull/141/head
abhidj0090 před 4 roky
rodič
revize
28bae45f11
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      layouts/events/single.html

+ 1
- 1
layouts/events/single.html Zobrazit soubor

@@ -21,7 +21,7 @@
{{ range $speakers }}
<div class="mb-2">
{{with .speaker_image}}
{{ $imagewebp := .speaker_image_webp }}
{{ $imagewebp := .speaker_Image_webp }}
{{ $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 }}">

Načítá se…
Zrušit
Uložit