Add alt text for logo in aside

This commit is contained in:
Joe Roe 2021-03-05 12:34:45 +01:00
parent fdd7ed8751
commit ad23989ddc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ with .Site.Params.about }}
<div class="aside__about">
{{ with .logo }}<img class="about__logo" src="{{ . | absURL }}">{{ end }}
{{ with .logo }}<img class="about__logo" src="{{ . | absURL }}" alt="Logo">{{ end }}
<h1 class="about__title">{{ .title }}</h1>
{{ with .description }}<p class="about__description">{{ . | markdownify }}</p>{{ end }}
</div>