Skip to content

Commit 180e57a

Browse files
committed
corrected changes on PR for accessbility issues on website
1 parent d84b3e6 commit 180e57a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/vocabulary_theme/templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en"></html>
2+
<html lang="en">
33
<meta charset="utf-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
55
<link rel="shortcut icon" type="image/x-icon" href="{{ '/static/favicon.ico'|url }}">

themes/vocabulary_theme/templates/macros/authors_gravatar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% if post.author|length >= 2 %}
99
<img class="profile" src="/multiple-authors.jpg" alt="multiple authors image"/>
1010
{% else %}
11-
<img class="profile" src="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp" alt="authors gravatar" />
11+
<img class="profile" src="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp" alt="author's gravatar" />
1212
{% endif %}
1313
</figure>
1414
</header>

0 commit comments

Comments
 (0)