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 36a6975 commit 25770a8Copy full SHA for 25770a8
_includes/avatar.html
@@ -1,6 +1,6 @@
1
{% if site.dash.avatar_source == "github" and site.dash.github_username %}
2
{% capture avatar_image %}
3
- https://github.com/{{ site.github_username }}.png
+ https://github.com/{{ site.dash.github_username }}.png
4
{% endcapture %}
5
{% elsif site.dash.avatar_source == "local" and site.dash.avatar_path %}
6
0 commit comments