mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
Update '_layouts/post.html'
This commit is contained in:
parent
d97b70cd1f
commit
e078c5e607
@ -16,7 +16,7 @@ layout: default
|
||||
<p class="post-meta">
|
||||
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
||||
<h3><time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"></h3>
|
||||
{{ page.date | date: date_format }} | {{ minutes }} minute read
|
||||
{{ page.date | date: date_format }} /// {{ minutes }} minute read
|
||||
</time>
|
||||
{%- if page.modified_date -%}
|
||||
~
|
||||
|
Loading…
Reference in New Issue
Block a user