feat: Ajout d'un titre sur les images d'entête

This commit is contained in:
Simon 2021-06-20 22:18:14 +02:00
parent 2974d50245
commit 3fe2efc5b2
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
src="{{ $resizedSmall.RelPermalink }}"
srcset="{{ $resizedSmall.RelPermalink }} 600w, {{ $resizedBig.RelPermalink }} 1920w"
sizes="(max-width: 600px) 500px, 1920px"
alt="{{ .Params.image_ }}"
title="{{ .Params.image_ }}"
/>
{{ end }}
<nav class="nav" id="nav" data-open="false">