Skip to content

Commit 7502bc4

Browse files
committed
Improve quality for Gravatar picture
1 parent d2c894f commit 7502bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="author-box">
22
{% if site.plugins contains "liquid-md5" %}
3-
<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=72" class="author-avatar" />
3+
<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=256" class="author-avatar" />
44
{% endif %}
55
{{ site.description }}
66
</div>

jekyll-dash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-dash"
5-
spec.version = "1.0.8"
5+
spec.version = "1.0.9"
66
spec.authors = ["Miguel Gonzalez Sanchez"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)