helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh
This commit is contained in:
parent
3379242f31
commit
c00a301523
79 changed files with 1614 additions and 3 deletions
23
themes/vmems-theme/layouts/partials/last-articles-row-3.html
Normal file
23
themes/vmems-theme/layouts/partials/last-articles-row-3.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<div class="last-articles-grid-3">
|
||||
{{ range ( where site.RegularPages "Type" "blog" | first 12 ) }}
|
||||
<div class=item>
|
||||
<a href="{{ .Permalink }}">
|
||||
<div class=baneer>
|
||||
{{ if .Params.baneer }}
|
||||
<img src="{{ .Params.baneer }}">
|
||||
{{ else }}
|
||||
<img src="/img/logo_small.png">
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class=text>
|
||||
<h3 class=title>
|
||||
{{ .Title }}
|
||||
</h3>
|
||||
<div class=description>
|
||||
{{ .Description }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue