helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh

This commit is contained in:
Gzod01 2023-10-22 10:14:09 +02:00
parent 3379242f31
commit c00a301523
79 changed files with 1614 additions and 3 deletions

View file

@ -0,0 +1,31 @@
<div class="carousel last-news-carousel" data-to-slick='{
"autoplay":true,
"arrows":false,
"slideToShow":1,
"center": true,
"autoplaySpeed":2000,
"prevArrow":false,
"nextArrow":false,
"dots":false
}'>
{{ range ( where site.RegularPages "Type" "blog" | first 3 ) }}
<div class=item>
<a href="{{ .Permalink }}">
<div class=text>
<h3 class=title>
{{ .Title }}
</h3>
<div class=description>
{{ .Description }}
</div>
</div>
{{ if .Params.baneer }}
<div class=img>
<img src="{{ .Params.baneer | safeURL }}">
</div>
{{ end }}
</a>
</div>
{{ end }}
</div>