mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-20 05:02:01 +00:00
Update default.html
This commit is contained in:
parent
cf3fa3c57b
commit
dbff1bcc65
@ -91,6 +91,16 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="{{ "/Mabbs/" | relative_url }}">About Me</a>
|
<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>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user