File tree 2 files changed +3
-2
lines changed
themes/vocabulary_theme/templates
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
+ < html lang ="en "> </ html >
2
3
< meta charset ="utf-8 ">
3
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
4
5
< link rel ="shortcut icon " type ="image/x-icon " href ="{{ '/static/favicon.ico'|url }} ">
46
47
< header class ="container ">
47
48
< nav class ="navbar ">
48
49
< div class ="navbar-brand ">
49
- < a class ="has-text-black " href ="{{ '/'|url }} ">
50
+ < a class ="has-text-black " href ="{{ '/'|url }} " aria-label =" Home " >
50
51
< svg
51
52
class ="logo margin-top-small "
52
53
xmlns ="http://www.w3.org/2000/svg "
Original file line number Diff line number Diff line change 8
8
{% if post.author|length > = 2 %}
9
9
< img class ="profile " src ="/multiple-authors.jpg " alt ="multiple authors image "/>
10
10
{% else %}
11
- < img class ="profile " src ="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp " alt ="gravatar " />
11
+ < img class ="profile " src ="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp " alt ="authors gravatar " />
12
12
{% endif %}
13
13
</ figure >
14
14
</ header >
You can’t perform that action at this time.
0 commit comments