Update post.html

This commit is contained in:
Amit Merchant 2019-02-13 11:22:19 +05:30 committed by GitHub
parent 07b7b4dc07
commit bf28d0b422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ layout: default
<h1>{{ page.title }}</h1>
<div>
<p class="author_title">{{site.name}} · {{ page.date | date: "%B %e, %Y" }}</p>
<p class="author_title">{{site.author}} · {{ page.date | date: "%B %e, %Y" }}</p>
{% if page.last_modified_at %}
<p class="author_title" datetime="{{ page.last_modified_at | date_to_xmlschema }}">(Updated: {{ page.last_modified_at | date: "%b %-d, %Y" }})</p>
{% endif %}