Skip to content
Snippets Groups Projects
Commit 8e1673cf authored by Karri Saarinen's avatar Karri Saarinen
Browse files

Merge pull request #2 from pborreli/patch-1

Fixed typo
parents 510d78e7 134e89a9
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ layout: base ...@@ -31,7 +31,7 @@ layout: base
<h2 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></h2> <h2 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></h2>
<p>{{ post.excerpt }}</p> <p>{{ post.excerpt }}</p>
<div class="meta"> <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> <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>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment