feat: Ajout d'un titre sur les images d'entête
This commit is contained in:
parent
2974d50245
commit
3fe2efc5b2
|
@ -12,6 +12,8 @@
|
||||||
src="{{ $resizedSmall.RelPermalink }}"
|
src="{{ $resizedSmall.RelPermalink }}"
|
||||||
srcset="{{ $resizedSmall.RelPermalink }} 600w, {{ $resizedBig.RelPermalink }} 1920w"
|
srcset="{{ $resizedSmall.RelPermalink }} 600w, {{ $resizedBig.RelPermalink }} 1920w"
|
||||||
sizes="(max-width: 600px) 500px, 1920px"
|
sizes="(max-width: 600px) 500px, 1920px"
|
||||||
|
alt="{{ .Params.image_ }}"
|
||||||
|
title="{{ .Params.image_ }}"
|
||||||
/>
|
/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<nav class="nav" id="nav" data-open="false">
|
<nav class="nav" id="nav" data-open="false">
|
||||||
|
|
Loading…
Reference in New Issue