alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 4202a5c1cf8b9bc3229fd49fd786c7d0e4c32898 (patch)
parent b45832efdc30d54ec6d2cc7880fe70ef1c86e49d
Author: Alex Karle <alex@karle.co>
Date:   Mon, 22 Jun 2020 23:08:16 -0400

nav: Update Home link to go to root (no index.html)

Using href="/" will send us to the index, without the index.html at the
end of the URL.

Diffstat:
Mtemplates/head.tmpl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/head.tmpl b/templates/head.tmpl @@ -13,9 +13,9 @@ <header> <h2 id="top-name">Alex Karle</h2> <div id="nav"> - <a href="index.html">Home</a> + <a href="/">Home</a> | - <a href="thoughts.html">Thoughts</a> + <a href="/thoughts.html">Thoughts</a> | <a href="http://euchre.live">Euchre</a> </div>