mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-04-29 02:57:49 +02:00
Update blog post list to use masonry layout
This commit is contained in:
parent
ff604db53f
commit
7a13351ea2
2 changed files with 17 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
|
||||
<div class="post-block border-glow-2">
|
||||
<div class="media-wrapper">
|
||||
<img class="img-fluid lozad" src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'">
|
||||
<article class="col-sm-6 col-lg-4 mb-4 clearfix" data-wow-duration="500ms">
|
||||
<div class="card post-block border-glow-2">
|
||||
<div class="card-img">
|
||||
<img class="img-fluid" src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'">
|
||||
</div>
|
||||
|
||||
{{ partial "get_tags.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue