浏览代码

Add link to about page

Apis Necros 2 年之前
父节点
当前提交
84d7ce3d29
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">
 <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>
 	<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>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>
     <p>If you want to drop me a line, email me at the address in the footer.</p>