diff options
author | mjfernez <mjf@mjfer.net> | 2023-12-20 17:14:47 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-12-20 17:14:47 -0500 |
commit | a4efb6caf4fb3cb74a85e58c0c9537a4cdffab77 (patch) | |
tree | 5660c4870daa80f2295ac0422e7a560fc833d39f | |
parent | 42439bda3a6466d812b0e0c44f8bb35ac92aad43 (diff) | |
download | site-files-a4efb6caf4fb3cb74a85e58c0c9537a4cdffab77.tar.gz |
Inline the button
-rw-r--r-- | home.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ check out my resume learn the ins and outs of hosting your own, click <a href="/tutorials/www/how-to-make-this-site.html">here</a>. </p> -<p>For the latest stuff I've added, click this button</p> -<a href="/files/latest.html" target="_self" rel="noopener noreferrer"><img class="icon" src="/static/media/newspaper.svg"></a> +<p>For the latest stuff I've added, click this button<a href="/files/latest.html" target="_self" rel="noopener noreferrer"><img class="icon" src="/static/media/newspaper.svg"></a> +</p> <p>If you're just here by chance and don't know where you are click <a href="/about/whereami.html">here</a>. </p> |