mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request 'Remove alt-text from decorative images in services section' (#94) from nevfy/selfprivacy.org:alt-text into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/94 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
f2fe4df542
|
@ -1,7 +1,7 @@
|
|||
{{ $illustration := .Get 0 }}
|
||||
{{ $title := .Get 1 }}
|
||||
<div class="card sp-service-card h-100">
|
||||
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="{{ $title }}">
|
||||
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">{{ $title }}</h4>
|
||||
{{ .Inner }}
|
||||
|
|
Loading…
Reference in a new issue