mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:04:23 +01:00
Added article.html
This commit is contained in:
parent
2044ae8ea0
commit
e2d37664c9
1 changed files with 13 additions and 0 deletions
13
layouts/_default/article.html
Normal file
13
layouts/_default/article.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<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 }}'">
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
|
||||
<p>{{ .Summary }}</p>
|
||||
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
Loading…
Reference in a new issue