Parcourir la source

Add link to about page

Apis Necros il y a 2 ans
Parent
commit
84d7ce3d29
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      layouts/partials/about.html

+ 1 - 1
layouts/partials/about.html

@@ -1,5 +1,5 @@
 <div class="panel my-2 space-y-2">
-	<h1><a href="#" title="/whoami">About Me</a></h1>
+	<h1><a href="/whoami/">About Me</a></h1>
 	<h2>Welcome to {{ .Site.Title }}</h2>
 	<p>Here, I like to host assorted web projects and JavaScript prototypes, in case I ever share them with others. I'll also post the occasional blog post. These posts will mostly be technical in nature, but will also just focus on whatever I've got going on at any given time.</p>
     <p>If you want to drop me a line, email me at the address in the footer.</p>