about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-12-31 14:09:40 +0100
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-12-31 14:09:40 +0100
commit3e066c25b16860fcc3b2094105793c6c11d7f3e9 (patch)
tree227054567983f8460cde5f78694804ff961a307e /templates
parentMy css + removed some template stuff (diff)
Who am I
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html3
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>