speedtech-website/layouts/partials/widgets/servicesidebar.html
2025-05-14 18:03:13 +02:00

11 lines
No EOL
403 B
HTML

<section>
{{ $projects := first 4 ((where (.Site.RegularPages.RelatedIndices . "services" ) "Type" "blogspot").ByLastmod ) }}
{{ with $projects }}
<h4 class="text-center">{{ i18n "related_projects" }}</h4>
{{ range . }}
<div class="col l12 article" style="text-align: center">
{{ partial "widgets/article.html" . }}
</div>
{{ end }}
{{ end }}
</section>