We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3ce03 commit 38dbd16Copy full SHA for 38dbd16
_layouts/default.html
@@ -34,7 +34,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
34
{% if site.github.is_project_page %}
35
<a href="{{ site.github.repository_url }}" class="btn github">View on GitHub</a>
36
<a href="{{ site.github.repository_url }}" class="icon github">
37
- <img class="octocat" src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" alt="View on Github" />
+ <img class="octocat" src="/assets/octocat.svg" alt="View on Github" />
38
</a>
39
{% endif %}
40
assets/octocat.svg
0 commit comments