File tree 2 files changed +2
-2
lines changed
themes/vocabulary_theme/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < html lang ="en "> </ html >
2
+ < html lang ="en ">
3
3
< meta charset ="utf-8 ">
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
5
5
< link rel ="shortcut icon " type ="image/x-icon " href ="{{ '/static/favicon.ico'|url }} ">
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 ="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 " />
12
12
{% endif %}
13
13
</ figure >
14
14
</ header >
You can’t perform that action at this time.
0 commit comments