Skip to content

Commit

Permalink
Merge pull request #96 from timber/2.x
Browse files Browse the repository at this point in the history
2.x
  • Loading branch information
jarednova authored Jan 12, 2020
2 parents d8c809e + f0c031b commit cc8e530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/single.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="article-h1">{{ post.title }}</h1>
<a href="{{ post.link }}">{{ _e('edit') }}</a>
<p class="blog-author">
<span>By</span><a href="{{post.author.path}}"> {{ post.author.name }} </a><span>&bull;</span> {{ post.date }}
<span>By</span><a href="{{post.author.path}}"> {{ post.author.name }} </a><span>&bull;</span> <time datetime="{{ post.date|date('Y-m-d H:i:s') }}">{{ post.date }}</time>
</p>
<div class="article-body">
{{post.content}}
Expand Down

0 comments on commit cc8e530

Please sign in to comment.