We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2983d2 commit 69db1bfCopy full SHA for 69db1bf
1 file changed
_layouts/post.html
@@ -7,7 +7,7 @@
7
{% assign modifiedDate = page.last_modified | date: "%Y-%m-%d" %}
8
9
{% if pageDate != modifiedDate %}
10
- <p class="font-italic">{{ site.lastModified[page.lang] }}: {{ page.last_modified }}</p>
+ <p class="font-italic">{{ site.lastModified[page.lang] }}: {{ modifiedDate }}</p>
11
{% endif %}
12
13
{{ content }}
0 commit comments