diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-23 23:02:06 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-23 23:02:06 +0200 |
commit | 5b963180ab77741190d260cb33ddbb3dca5a27cd (patch) | |
tree | 3de37913583bbf5bc2dc767f77372a6d93687862 /layouts/partials/docs/git-footer.html | |
parent | bcbb5a5006a9395e6e2d25ca77812273cd56c84e (diff) |
Improve accessibility
Diffstat (limited to 'layouts/partials/docs/git-footer.html')
-rw-r--r-- | layouts/partials/docs/git-footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/docs/git-footer.html b/layouts/partials/docs/git-footer.html index 001c9ff..1f54daa 100644 --- a/layouts/partials/docs/git-footer.html +++ b/layouts/partials/docs/git-footer.html @@ -4,14 +4,14 @@ <div> {{ $date := .AuthorDate.Local.Format (default "January 2, 2006" $.Site.Params.BookDateFormat) }} <a href="{{ $.Site.Params.BookRepo }}/commit/{{ .Hash }}" title='Last modified {{ $date }} by {{ .AuthorName }}' target="_blank" rel="noopener"> - <img src="{{ "svg/code-merge.svg" | relURL }}" /> {{ $date }} + <img src="{{ "svg/code-merge.svg" | relURL }}" alt="Changed" /> {{ $date }} </a> </div> {{ end }} {{ with .Site.Params.BookEditPath }} <div> {{ if $.File }}<a href="{{ $.Site.Params.BookRepo }}/{{ . }}/{{ $.File.Path }}" target="_blank" rel="noopener"> - <img src="{{ "svg/code-fork.svg" | relURL }}" /> Edit this page + <img src="{{ "svg/code-fork.svg" | relURL }}" alt="Edit" /> Edit this page </a>{{ end }} </div> {{ end }} |