Improve accessibility

This commit is contained in:
2021-11-23 19:06:26 -06:00
parent 1380558384
commit 43d406c4fe
18 changed files with 90 additions and 30 deletions

View File

@ -1,5 +1,5 @@
<span class="rss-link">
{{ with .OutputFormats.Get "rss" }}
<a href="{{ .Permalink }}" target="_blank" rel="noopener">{{ partial "icon.html" "rss-feed" }}</a>
<a href="{{ .Permalink }}" target="_blank" rel="noopener" aria-label="{{ i18n "aria_rss_link" }}">{{ partial "icon.html" "rss-feed" }}</a>
{{ end }}
</span>