diff options
-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> |