diff options
author | Paweł Dybiec <pawel@dybiec.info> | 2021-03-12 22:37:44 +0000 |
---|---|---|
committer | Paweł Dybiec <pawel@dybiec.info> | 2021-03-12 22:37:44 +0000 |
commit | f960ab218c41d9a9a27bab3abb972bccb90f8a89 (patch) | |
tree | b4bb959039bdeae115bd7e2afe06d69d8b59940e | |
parent | abcbf1c0bb4e4744139ed18fb36b6e5967644701 (diff) |
Fix link and matrix handle
-rw-r--r-- | index.md | 2 | ||||
-rw-r--r-- | templates/default.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ I was born in 1995, and spent most of my life in Wrocław, Poland. You can reach me by using: * email: pawel at dybiec.info -* matrix: @dyniec:matrix.org +* matrix: \@dyniec:matrix.org ## PGP key Fingerprint: [D981 E3D6 24C1 1C20 B04F CD2B 2397 F066 368B 6FD9](static/dyniec.asc) diff --git a/templates/default.html b/templates/default.html index d31c837..2608412 100644 --- a/templates/default.html +++ b/templates/default.html @@ -22,7 +22,7 @@ <h1> Links </h1> <ul> <li> <a href="https://github.com/dyniec">GitHub </a> </li> - <li> <a href="https://git.dybiec.info/dyniec">My git </a> </li> + <li> <a href="https://git.dybiec.info">My git </a> </li> </ul> </nav> |