diff options
author | Jonas Kohl | 2024-07-19 16:47:27 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 16:47:27 +0200 |
commit | 1e02dc1555f9d298f6f054834589a80c8f8d8273 (patch) | |
tree | 4d0ffcec1b723465d43d8b2c82400ca623bee619 | |
parent | 75042a54f3965d4b889c1cae4ca8651fd412d1ca (diff) |
Remove .html extension to avoid redirect
-rw-r--r-- | src/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.php b/src/template.php index f542c65..81ef95d 100644 --- a/src/template.php +++ b/src/template.php @@ -31,7 +31,7 @@ <a href="/">Home page</a> </td> <td class="navCell"> - <a href="/about.html">About me</a> + <a href="/about">About me</a> </td> <td class="navCell"> <a href="https://jonaskohl.de/">My actual website</a> |