Update '_layouts/post.html'

This commit is contained in:
Kale 2021-06-08 10:41:01 -07:00
parent d97b70cd1f
commit e078c5e607
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -16,7 +16,7 @@ layout: default
<p class="post-meta"> <p class="post-meta">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {%- 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> <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> </time>
{%- if page.modified_date -%} {%- if page.modified_date -%}
~ ~