We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e727f7 commit aed0e5bCopy full SHA for aed0e5b
_layouts/default-layout.html
@@ -54,6 +54,16 @@
54
</blockquote>
55
{%- endif -%}
56
{{ content }}
57
+ {%- if page.date and page.date != site.time -%}
58
+ <p class="postDate">
59
+ <i>Original post creation date: {{ page.date | date: "%b %d, %Y" }}</i>
60
+ <p>
61
+ {%- endif -%}
62
+ {% if page.last_modified %}
63
+ <p class="latestModifiedDate">
64
+ <i>Last modified date: {{ page.last_modified | date: "%b %d, %Y" }}</i>
65
66
67
</article>
68
</div>
69
{%- assign assetsPath = '/webres/wwwroot' -%}
0 commit comments