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,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>