mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
share.html: Apply aria-hidden to share-box (#42)
The share box is not accessible to screen readers since it does not contain text. Thus, exclude it from screen-readers via aria-hidden. Signed-off-by: Stephan Kulla <git.mail@kulla.me>
This commit is contained in:
parent
598e3e717d
commit
bc00c4bda2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ if .Site.Params.sharing }}
|
||||
<div class="share-box">
|
||||
<div class="share-box" aria-hidden="true">
|
||||
<ul class="share">
|
||||
<li>
|
||||
<a class="facebook"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue