Update post.html
This commit is contained in:
parent
07b7b4dc07
commit
bf28d0b422
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue