theme: Remove aria-label attribute from links

This commit is contained in:
Joe Mooring
2025-03-14 21:05:28 -07:00
committed by GitHub
parent 1c00bbc455
commit 6b815f03e8
@@ -187,7 +187,6 @@ either of these shortcodes in conjunction with this render hook.
{{- /* Render anchor element. */ -}}
<a
aria-label="{{ .PlainText }}"
{{- with .Title }}title="{{ . }}"{{- end }}
{{- range $k, $v := $attrs }}
{{- if $v }}