diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-31 14:09:40 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-31 14:09:40 +0100 |
commit | 3e066c25b16860fcc3b2094105793c6c11d7f3e9 (patch) | |
tree | 227054567983f8460cde5f78694804ff961a307e /templates/default.html | |
parent | My css + removed some template stuff (diff) |
Who am I
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/default.html b/templates/default.html index 979de47..7e61229 100644 --- a/templates/default.html +++ b/templates/default.html @@ -17,13 +17,12 @@ <nav> <h1> <a href="/">Home</a> </h1> <ul> - <li> <a href="/about.html"> About me </a> </li> </ul> <h1> Links </h1> <ul> <li> <a href="https://github.com/dyniec">GitHub </a> </li> - <li> <a href="https://git.dybiec.info">My git </a> </li> + <li> <a href="https://git.dybiec.info/dyniec">My git </a> </li> </ul> </nav> |