We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5261218 commit 134e89aCopy full SHA for 134e89a
index.html
@@ -31,7 +31,7 @@ <h1>{{ site.inc.title }}</h1>
31
<h2 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></h2>
32
<p>{{ post.excerpt }}</p>
33
<div class="meta">
34
- Written By <address>{{ post.author.name }}</a> —
+ Written By <address>{{ post.author.name }}</address> —
35
<time pubdate datetime="{{ post.date | date: "%Y-%d-%B" }}" title="{{ post.date | date: "%B %d, %Y" }}">{{ post.date | date: "%B %d, %Y" }}</time>
36
</div>
37
0 commit comments