We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a4b42 commit b504dddCopy full SHA for b504ddd
1 file changed
_includes/related-posts.html
@@ -52,7 +52,7 @@ <h3 class="pt-2 mt-1 mb-4" data-toc-skip>Related Posts</h3>
52
<div class="card-body">
53
<span class="timeago small">
54
{{ post.date | date: POST_DATE }}
55
- <i class="hidden">{{ page.date | date_to_xmlschema }}</i>
+ <i class="hidden">{{ post.date | date_to_xmlschema }}</i>
56
</span>
57
<h3 class="pt-0 mt-2 mb-3" data-toc-skip>{{ post.title }}</h3>
58
<div class="text-muted small">
0 commit comments