summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/action_btn/downloads.html
blob: 8bd356b5c8e30c26d73f5566b23a0906140cbce1 (plain)
1
2
3
4
5
<ul class="git-wiki-downloads">
    <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
    <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
    <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>