Home Page: Use exact URLs to skip redirect

This commit is contained in:
Foster Hangdaan 2023-12-03 19:21:33 -05:00
parent dd49a2fc03
commit ee5ca29c75
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -27,7 +27,7 @@ export default function({ nav }) {
The best method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>. The best method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.
</p> </p>
<p> <p>
If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the <a href="/gpg-key">GPG Key</a> page. If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the <a href="/gpg-key/">GPG Key</a> page.
</p> </p>
<h2 id="highlighted-projects" tabIndex="-1"> <h2 id="highlighted-projects" tabIndex="-1">
<a className="header-anchor" href="#highlighted-projects">Highlighted Projects</a> <a className="header-anchor" href="#highlighted-projects">Highlighted Projects</a>
@ -63,7 +63,7 @@ export default function({ nav }) {
))} ))}
</ul> </ul>
<p> <p>
<a href="/blog">View all blog posts</a> <a href="/blog/">View all blog posts</a>
</p> </p>
</> </>
); );