summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/git-footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/docs/git-footer.html')
-rw-r--r--layouts/partials/docs/git-footer.html4
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 }}