Skip to content

Commit b504ddd

Browse files
committed
Fix related posts' date.
1 parent 64a4b42 commit b504ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/related-posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3 class="pt-2 mt-1 mb-4" data-toc-skip>Related Posts</h3>
5252
<div class="card-body">
5353
<span class="timeago small">
5454
{{ post.date | date: POST_DATE }}
55-
<i class="hidden">{{ page.date | date_to_xmlschema }}</i>
55+
<i class="hidden">{{ post.date | date_to_xmlschema }}</i>
5656
</span>
5757
<h3 class="pt-0 mt-2 mb-3" data-toc-skip>{{ post.title }}</h3>
5858
<div class="text-muted small">

0 commit comments

Comments
 (0)