Skip to content

Commit 134e89a

Browse files
committed
Fixed typo
1 parent 5261218 commit 134e89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>{{ site.inc.title }}</h1>
3131
<h2 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></h2>
3232
<p>{{ post.excerpt }}</p>
3333
<div class="meta">
34-
Written By <address>{{ post.author.name }}</a> &mdash;
34+
Written By <address>{{ post.author.name }}</address> &mdash;
3535
<time pubdate datetime="{{ post.date | date: "%Y-%d-%B" }}" title="{{ post.date | date: "%B %d, %Y" }}">{{ post.date | date: "%B %d, %Y" }}</time>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)