Skip to content

Commit

Permalink
fix: github default author
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 committed Oct 12, 2020
1 parent 3da4f39 commit f2345e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/_layouts/post.html
Expand Up @@ -26,7 +26,7 @@
{% if page.github %}
<li><a
href="https://www.github.com/{{ page.author-github | default: site.author-github }}/{{ page.github }}"><img
src="https://img.shields.io/github/license/{{ site.author-github | default: site.author-github }}/{{ page.github }}.svg" /></a>
src="https://img.shields.io/github/license/{{ page.author-github | default: site.author-github }}/{{ page.github }}.svg" /></a>
</li>
{% endif %}
{% if page.nuget %}
Expand Down

0 comments on commit f2345e7

Please sign in to comment.