diff options
| author | prudhvikrishna <prudhvikrishna@google.com> | 2023-06-30 12:19:44 -0700 |
|---|---|---|
| committer | Jamal Carvalho <jamal@golang.org> | 2023-07-17 15:40:23 +0000 |
| commit | f7c03977184e8126747d2aab8bf74c7d1c19a21a (patch) | |
| tree | 1a3155c66c3fc474c7b33560fff90d48ac497841 /_content/site.tmpl | |
| parent | 1314c885b7328e2de30c143ea96ce552f0cd115b (diff) | |
| download | go-x-website-f7c03977184e8126747d2aab8bf74c7d1c19a21a.tar.xz | |
_content: make purpose of link clear to screen reader users
Added fix for screen reader users to understand the
purpose of links.
Change-Id: I636f75bc334ac97f2bc2e88ad63c09b8e3bf8888
Reviewed-on: https://go-review.googlesource.com/c/website/+/507455
Run-TryBot: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Neelesh Bodas <neelesh@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Nooras Saba <saba@golang.org>
Reviewed-by: Prudhvi Krishna Chintala <prudhvikrishna@google.com>
Diffstat (limited to '_content/site.tmpl')
| -rw-r--r-- | _content/site.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl index d1da5d7d..bcd54a6b 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -86,7 +86,7 @@ {{- if .socialIconsList}} <div class="Header-socialIcons"> {{ range .socialIconsList }} - <a class="Header-socialIcon" href="{{.url}}"><img src="/images/logos/social/{{.img}}" /></a> + <a class="Header-socialIcon" aria-label="Get connected with {{.name}} (Opens in new window)" href="{{.url}}"><img src="/images/logos/social/{{.img}}" /></a> {{- end}} </div> {{- end}} |
