Skip to content

Commit 69db1bf

Browse files
committed
Fix filter on last modified
1 parent d2983d2 commit 69db1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% assign modifiedDate = page.last_modified | date: "%Y-%m-%d" %}
88

99
{% if pageDate != modifiedDate %}
10-
<p class="font-italic">{{ site.lastModified[page.lang] }}: {{ page.last_modified }}</p>
10+
<p class="font-italic">{{ site.lastModified[page.lang] }}: {{ modifiedDate }}</p>
1111
{% endif %}
1212

1313
{{ content }}

0 commit comments

Comments
 (0)