mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-13 07:07:10 +00:00
post.html : fix unknown tilde and html things
This commit is contained in:
parent
b48d253c6c
commit
a58eab5bfe
@ -15,15 +15,14 @@ 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" -%}
|
||||
<h3>Published : <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"></h3>
|
||||
<h3>Published : <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
||||
{{ page.date | date: date_format }} /// {{ minutes }} minute read
|
||||
</time>
|
||||
</time></h3>
|
||||
{%- if page.modified_date -%}
|
||||
~
|
||||
{%- assign mdate = page.modified_date | date_to_xmlschema -%}
|
||||
<h3>Modified : <time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified"></h3>
|
||||
<h3>Modified : <time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
|
||||
{{ mdate | date: date_format }}
|
||||
</time>
|
||||
</time></h3>
|
||||
{%- endif -%}
|
||||
{%- if page.author -%}
|
||||
• {% for author in page.author %}
|
||||
|
Loading…
Reference in New Issue
Block a user