From 134e89a98f426df6da2a80b1f51eb35552f26d8c Mon Sep 17 00:00:00 2001
From: Pascal Borreli <pascal@borreli.com>
Date: Tue, 29 Oct 2013 01:41:55 +0000
Subject: [PATCH] Fixed typo

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 9388d4b..b1509f6 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@ layout: base
             <h2 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></h2>
             <p>{{ post.excerpt }}</p>
             <div class="meta">
-                Written By <address>{{ post.author.name }}</a> &mdash;
+                Written By <address>{{ post.author.name }}</address> &mdash;
                 <time pubdate datetime="{{ post.date | date: "%Y-%d-%B" }}" title="{{ post.date | date: "%B %d, %Y" }}">{{ post.date | date: "%B %d, %Y" }}</time>
             </div>
         </div>
-- 
GitLab