We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3acc91 commit a828b8cCopy full SHA for a828b8c
_layouts/post.html
@@ -12,9 +12,9 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
12
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
13
{{ page.date | date: date_format }}
14
</time>
15
- {%- if page.modified_date -%}
+ {%- if page.last_modified_at -%}
16
~
17
- {%- assign mdate = page.modified_date | date_to_xmlschema -%}
+ {%- assign mdate = page.last_modified_at | date_to_xmlschema -%}
18
<time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
19
{{ mdate | date: date_format }}
20
0 commit comments