diff options
Diffstat (limited to '_includes/git-wiki/components/action_btn/downloads.html')
| -rw-r--r-- | _includes/git-wiki/components/action_btn/downloads.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/git-wiki/components/action_btn/downloads.html b/_includes/git-wiki/components/action_btn/downloads.html new file mode 100644 index 0000000..8f654f9 --- /dev/null +++ b/_includes/git-wiki/components/action_btn/downloads.html @@ -0,0 +1,5 @@ +<ul class="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>
\ No newline at end of file |
