Fix related posts' date.
This commit is contained in:
parent
e8b22b8eb0
commit
39b4f29efb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<span class="timeago small">
|
<span class="timeago small">
|
||||||
{{ post.date | date: POST_DATE }}
|
{{ post.date | date: POST_DATE }}
|
||||||
<i class="hidden">{{ page.date | date_to_xmlschema }}</i>
|
<i class="hidden">{{ post.date | date_to_xmlschema }}</i>
|
||||||
</span>
|
</span>
|
||||||
<h3 class="pt-0 mt-2 mb-3" data-toc-skip>{{ post.title }}</h3>
|
<h3 class="pt-0 mt-2 mb-3" data-toc-skip>{{ post.title }}</h3>
|
||||||
<div class="text-muted small">
|
<div class="text-muted small">
|
||||||
|
|
Loading…
Reference in a new issue