Prechádzať zdrojové kódy

Add link to about page

Apis Necros 2 rokov pred
rodič
commit
84d7ce3d29
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>