Skip to content

Commit a6c325e

Browse files
committed
Add "downloads" class to list of downloads
1 parent 95ab0f7 commit a6c325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
3131
{% endif %}
3232

3333
{% if site.show_downloads %}
34-
<ul>
34+
<ul class="downloads">
3535
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
3636
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
3737
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>

0 commit comments

Comments
 (0)