last preparations

This commit is contained in:
2023-08-16 22:31:41 +02:00
parent 125c8cb2b2
commit f6d28b61c4
15 changed files with 28 additions and 579 deletions

View File

@ -23,11 +23,13 @@
{{ range first 3 (where $.Site.RegularPages "Type" "!=" "portfolio") }}
<div class="col-lg-4">
<div class="blog-preview__item">
{{ with .Params.featureImage }}
<div class="blog-preview__item-thumb">
<img src="{{ .Params.featureImage | absURL }}" alt="post-image">
<img src="{{ . | absURL }}" alt="post-image">
</div>
{{end}}
<div class="blog-preview__item-content bg-white">
<span class="small">{{ .PublishDate.Format "January 2, 2006" }}</span>
<span class="small">{{ .PublishDate.Format "02 January 2006" }}</span>
<h5 class="mb-0">
<a class="text-dark" href="{{ .Permalink }}">{{ .Title }}</a>
</h5>