Skip to content

Commit

Permalink
fix github-banner.svg url in template layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Dec 6, 2024
1 parent 89667a9 commit 0c1779e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<a class="github" href="https://github.com/{{ github_user }}/{{ github_repo }}">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://raw.githubusercontent.com/{{ github_user }}/{{ github_repo }}/refs/heads/main/doc/source/_static/github-banner.svg"
src="https://raw.githubusercontent.com/{{ github_user }}/{{ github_repo }}/refs/heads/master/doc/source/_static/github-banner.svg"
alt="Fork me on GitHub" />
</a>

Expand Down

0 comments on commit 0c1779e

Please sign in to comment.