diff options
author | mayx | 2022-01-24 16:11:43 +0000 |
---|---|---|
committer | mayx | 2022-01-24 16:11:43 +0000 |
commit | d6a06e067dd72eb751826a0e84be391b2a956187 (patch) | |
tree | 958842a3ca3fe2112aeccdf98c552c84c3bca8ae /_layouts | |
parent | b7f6b857d9cbe7ba6207b44ed55fd1276a264e4f (diff) |
Update default.html
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index c2bca1c..7605db3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -90,7 +90,7 @@ <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p> {% endif %} - <a href="{{ "/Mabbs/" | relative_url }}">About Me</a> + <p class="view"><a href="{{ "/Mabbs/" | relative_url }}">About Me</a></p> <ul class="downloads"> {% if site.github %} @@ -98,7 +98,7 @@ <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> + <li style="width: 270px;"><a href="/MayxBlog.tgz">Download <strong>TAR File</strong></a></li> {% endif %} </ul> </header> |