Update default.html

This commit is contained in:
paul-gauthier 2023-05-15 06:49:45 -07:00 committed by GitHub
parent 787c75784c
commit 14984487dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
<a href="/aider/" class="btn">Home</a>
<a href="/aider/examples/" class="btn">Examples</a>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
<a href="{{ site.github.repository_url }}" class="btn">GitHub</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>