mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-13 23:27:11 +00:00
Update '_layouts/post.html'
This commit is contained in:
parent
b3ba595688
commit
38078c8d1f
@ -7,13 +7,13 @@ layout: default
|
||||
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
|
||||
<p class="post-meta">
|
||||
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
||||
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
||||
<h3><time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"></h3>
|
||||
{{ page.date | date: date_format }}
|
||||
</time>
|
||||
{%- if page.modified_date -%}
|
||||
~
|
||||
{%- assign mdate = page.modified_date | date_to_xmlschema -%}
|
||||
<time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
|
||||
<h3><time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified"></h3>
|
||||
{{ mdate | date: date_format }}
|
||||
</time>
|
||||
{%- endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user