mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: remove alt text from services
This commit is contained in:
parent
14d7717a1f
commit
70cedfd5e8
|
@ -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