You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. <article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
  2. <div class="post-block">
  3. <div class="media-wrapper">
  4. <img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.Image | absURL }}'">
  5. </div>
  6. <div class="content">
  7. <h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
  8. <p>{{ .Summary }}</p>
  9. <a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
  10. </div>
  11. </div>
  12. </article>