Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Thomas <dylan.thomas@gmail.com>2020-10-03 10:52:49 +0300
committerGitHub <noreply@github.com>2020-10-03 10:52:49 +0300
commit100279db2dba63b45ed6214c13860b264aa5ab8b (patch)
tree9a7c91152a7acf0c3d240571b895dfeea619179a
parent8f40b2f9609d4d8229aa1020006e5e4b10403425 (diff)
Issue 92 rss label (#93)
* added aria label to link and hid the icon from screen readers
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 14cd182..4ebb753 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -39,7 +39,7 @@
</h1>
{{ end }}
{{ if .Site.Params.rss }}
- <a class="button-square" href="{{ .Site.BaseURL }}index.xml"><i class="fa fa-rss"></i></a>
+ <a class="button-square" href="{{ .Site.BaseURL }}index.xml" aria-label="RSS"><i class="fa fa-rss" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.twitter }}
<a class="button-square button-social hint--top" data-hint="Twitter" aria-label="Twitter" href="{{ . }}" rel="me" >