mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
theme: Remove aria-label attribute from links
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user