mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
♿ Feat(accessibility): use aria-hidden=true on icons that AT should ignore
This commit is contained in:
@@ -31,9 +31,10 @@
|
||||
{{- else -}}
|
||||
<span class="author">
|
||||
{{- with $icon -}}
|
||||
<i class="{{ .Class }}"></i>
|
||||
{{ . | partial "plugin/icon.html" }}
|
||||
{{ end -}}
|
||||
{{- $content | safeHTML -}}
|
||||
</span>
|
||||
{{- end -}}
|
||||
</span>
|
||||
{{- /* EOF */ -}}
|
||||
|
||||
Reference in New Issue
Block a user