2020-08-24 19:27:51 +02:00
|
|
|
<header class="article-header">
|
2026-01-25 23:29:41 +01:00
|
|
|
{{- $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources) -}}
|
|
|
|
|
{{ if $image }}
|
|
|
|
|
<div class="article-image">
|
|
|
|
|
<a href="{{ .RelPermalink }}">
|
|
|
|
|
<img src="{{ $image.Permalink }}" width="{{ $image.Width }}" height="{{ $image.Height }}" loading="lazy"
|
|
|
|
|
alt="Featured image of post {{ .Title }}" />
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2020-08-24 19:27:51 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
2020-09-17 23:13:50 +02:00
|
|
|
{{ partialCached "article/components/details" . .RelPermalink }}
|
2020-08-24 19:27:51 +02:00
|
|
|
</header>
|