Skip to content

Commit

Permalink
Fix download icons order
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyarnd committed May 21, 2019
1 parent 7ad562f commit 74a0786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-pages/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl

{% if site.show_downloads %}
<section id="downloads">
<a class="api_download_link" href="{{ site.github.api_url }}">Download this project as a .jar file</a>
<a class="jar_download_link" href="{{ site.github.jar_url }}">Download this project as a .jar file</a>
<a class="pom_download_link" href="{{ site.github.pom_url }}">Download this project as a Maven/Gradle dependency</a>
<a class="jar_download_link" href="{{ site.github.jar_url }}">Download this project as a .jar file</a>
<a class="api_download_link" href="{{ site.github.api_url }}">Open library documentation</a>
</section>
{% endif %}
</header>
Expand Down

0 comments on commit 74a0786

Please sign in to comment.