Remove center pic alt attribute
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{{ if .Params.center }}
|
||||
<div class="row">
|
||||
<div class="col pb-3 text-center">
|
||||
<img alt="Avatar" class="rounded-4 shadow" src="{{ relURL .Params.center }}" style="max-height: 20rem; max-width: 100%">
|
||||
<img class="rounded-4 shadow" src="{{ relURL .Params.center }}" style="max-height: 20rem; max-width: 100%">
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user