We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ab0f7 commit a6c325eCopy full SHA for a6c325e
_layouts/default.html
@@ -31,7 +31,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
31
{% endif %}
32
33
{% if site.show_downloads %}
34
- <ul>
+ <ul class="downloads">
35
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
36
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
37
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
0 commit comments