Sfoglia il codice sorgente

minor update

pull/141/head
abhidj0090 4 anni fa
parent
commit
88f1588729
2 ha cambiato i file con 9 aggiunte e 4 eliminazioni
  1. 3
    0
      assets/css/custom.css
  2. 6
    4
      layouts/events/upcoming.html

+ 3
- 0
assets/css/custom.css Vedi File

@@ -16,4 +16,7 @@
}
.clndr .ti-calendar{
margin-right: 10px;
}
.post-single-content{
color:white;
}

+ 6
- 4
layouts/events/upcoming.html Vedi File

@@ -1,10 +1,12 @@
<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 }}'"
>
{{ if (isset .Params.Image_webp && isset .Params.Image) }}
<img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}"
onerror="this.onerror=null;
this.src='{{ .Params.Image | absURL }}'"
>
{{ end }}
</div>
<div class="content">

Loading…
Annulla
Salva