2024-10-04 11:58:15 +02:00
|
|
|
<section>
|
|
|
|
{{ $projects := first 4 ((where (.Site.RegularPages.RelatedIndices . "services" ) "Type" "blogspot").ByLastmod ) }}
|
|
|
|
{{ with $projects }}
|
|
|
|
<h4 class="text-center">{{ i18n "related_projects" }}</h4>
|
|
|
|
{{ range . }}
|
2025-05-14 18:03:13 +02:00
|
|
|
<div class="col l12 article" style="text-align: center">
|
2024-10-04 11:58:15 +02:00
|
|
|
{{ partial "widgets/article.html" . }}
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</section>
|