diff --git a/index.html b/index.html
index 9388d4b2ca83754f2038b4264f585e495c8b27dc..b1509f60170ee7744bb3c1e9b0e7bdfaf2c47782 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>