fix: typo

This commit is contained in:
leovct 2023-05-10 02:58:53 +02:00 committed by Léo Vincent
parent b1b12cbd80
commit f7b26bef73

View File

@ -3,7 +3,7 @@
<header class="entry-header"> <header class="entry-header">
<h1>{{ .title | markdownify }}</h1> <h1>{{ .title | markdownify }}</h1>
</header> </header>
<div class="home-info-container" target="_blank"> <div class="home-info-container">
<a href="{{ .image.link | absURL }}" target="_blank" rel="noopener"> <a href="{{ .image.link | absURL }}" target="_blank" rel="noopener">
<img draggable="false" src="{{ .image.url | absURL }}" alt=" {{ .image.title | default "profile image" }}" <img draggable="false" src="{{ .image.url | absURL }}" alt=" {{ .image.title | default "profile image" }}"
title="{{ .image.title }}" height="{{ .image.height | default 150 }}" width="{{ .image.width | default 150 }}" /> title="{{ .image.title }}" height="{{ .image.height | default 150 }}" width="{{ .image.width | default 150 }}" />