diff --git a/_layouts/post.html b/_layouts/post.html index 1dab52b535845480ace790dec6a413121b51a279..20038df2b92c6f1f70a0b6c2ab92207fad4bc9e6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,7 +13,7 @@ layout: base <div class="container"> <header> <div class="meta"> - By <address><a rel="author" href="{{ page.author.link }}" title="{{ page.author.name }}" target="_blank">{{ page.author.name }}</a> — + By <address><a rel="author" href="{{ page.author.link }}" title="{{ page.author.name }}" target="_blank">{{ page.author.name }}</a></address> — <time pubdate datetime="{{ page.date | date: "%Y-%d-%B" }}" title="{{ page.date | date: "%B %d, %Y" }}">{{ page.date | date: "%B %d, %Y" }}</time> </div> <h1 class="title">{{ page.title }}</h1> @@ -41,4 +41,4 @@ layout: base </section> {% endif %} </div> -</article> \ No newline at end of file +</article>