Fix various issues detected by html-proofer (#270)

* Add alt tag to the images

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Remove unnecessary /

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain
2021-03-29 03:44:33 +06:00
committed by GitHub
parent a735dde38b
commit fa946af504
11 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<a href="${link}" class="post-card-link">
<div class="card" style="min-height: 352px;"><a href="${link}" class="post-card-link">
<div class="card-head">
<img class="card-img-top" src="${hero}">
<img class="card-img-top" src="${hero}" alt="Card Heading Image">
</div>
<div class="card-body">
<h5 class="card-title">${title}</h5>
+1 -1
View File
@@ -43,7 +43,7 @@
<!--Content Start-->
<div class="page-content">
<div class="author-profile ml-auto align-self-lg-center">
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}'/>
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}' alt="Author Image">
<h5 class="author-name">{{ partial "helpers/get-author-name.html" . }}</h5>
<p>{{ .Page.Date.Format "January 2, 2006" }}</p>
</div>