Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 99a1951

Browse files
committed
update image
1 parent 4e42613 commit 99a1951

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ramin_bozorgzadeh:
22
name: Ramin Bozorgzadeh
3-
gravatar_email: ramin@wework.com
3+
author_image: http://www.gravatar.com/avatar/eb4eb0b7eb355c7706341104b0992397
44
github: https://github.com/i8ramin
55
twitter: https://twitter.com/i8ramin
66
summary: Engineering Director at WeWork and loving all things performance, front-end and design related.

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ <h1>{{ page.title }}</h1>
3131

3232
{% if author %}
3333
<div class="author-block">
34-
{% if author.gravatar_email %}
34+
{% if author.author_image %}
3535
<div class="gravatar">
36-
<img src="{{ author.gravatar_email | gravatar }}">
36+
<img src="{{ author.author_image }}">
3737
</div>
3838
{% endif %}
3939
<div class="author-info">

0 commit comments

Comments
 (0)