Skip to content

Commit 25770a8

Browse files
authored
Fix a typo in the name of the GitHub username variable. (#80)
1 parent 36a6975 commit 25770a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/avatar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if site.dash.avatar_source == "github" and site.dash.github_username %}
22
{% capture avatar_image %}
3-
https://github.com/{{ site.github_username }}.png
3+
https://github.com/{{ site.dash.github_username }}.png
44
{% endcapture %}
55
{% elsif site.dash.avatar_source == "local" and site.dash.avatar_path %}
66
{% capture avatar_image %}

0 commit comments

Comments
 (0)