_includes/avatar.html in jekyll-dash-1.5.0 vs _includes/avatar.html in jekyll-dash-1.5.1

- old
+ new

@@ -1,7 +1,7 @@ {% if site.dash.avatar_source == "github" and site.dash.github_username %} {% capture avatar_image %} - https://github.com/{{ site.github_username }}.png + https://github.com/{{ site.dash.github_username }}.png {% endcapture %} {% elsif site.dash.avatar_source == "local" and site.dash.avatar_path %} {% capture avatar_image %} {{site.dash.avatar_path}} {% endcapture %} \ No newline at end of file