helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh
This commit is contained in:
parent
3379242f31
commit
c00a301523
79 changed files with 1614 additions and 3 deletions
31
themes/vmems-theme/layouts/partials/last-news-carousel.html
Normal file
31
themes/vmems-theme/layouts/partials/last-news-carousel.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue