diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index e3d0975..fbeaf3b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -91,6 +91,16 @@ {% endif %} <a href="{{ "/Mabbs/" | relative_url }}">About Me</a> + + <ul class="downloads"> + {% if site.github %} + <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> + {% else %} + <li><a href="MayxBlog.tgz">Download <strong>TAR File</strong></a></li> + {% endif %} + </ul> </header> <section> |