post.html : fix unknown tilde and html things

This commit is contained in:
unknown 2022-02-12 16:57:16 +07:00
parent b48d253c6c
commit a58eab5bfe
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -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 %}