fix: Mise à jour pour SEO
This commit is contained in:
@ -8,8 +8,9 @@
|
||||
</div>
|
||||
</a>
|
||||
{{ $path := .Params.image }}
|
||||
{{ $credit := .Params.image_credit }}
|
||||
{{ with .Resources.GetMatch $path }}
|
||||
{{ $img := .Fill "460x260 center" }}
|
||||
<div class="image"><img src="{{ $img.RelPermalink }}" /></div>
|
||||
<div class="image"><img src="{{ $img.RelPermalink }}"{{ with $credit }} alt="{{ $credit }}"{{ end }} /></div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user