We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c894f commit 7502bc4Copy full SHA for 7502bc4
_includes/author.html
@@ -1,6 +1,6 @@
1
<div class="author-box">
2
{% if site.plugins contains "liquid-md5" %}
3
-<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=72" class="author-avatar" />
+<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=256" class="author-avatar" />
4
{% endif %}
5
{{ site.description }}
6
</div>
jekyll-dash.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-dash"
- spec.version = "1.0.8"
+ spec.version = "1.0.9"
spec.authors = ["Miguel Gonzalez Sanchez"]
7
spec.email = ["[email protected]"]
8
0 commit comments