Remove center pic alt attribute

master
Will Faught 3 years ago
parent c3e84eaad1
commit 71750448f5

@ -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 }}

Loading…
Cancel
Save