Skip to content

Commit aed0e5b

Browse files
update to internal commit 3f85437c
1 parent 7e727f7 commit aed0e5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_layouts/default-layout.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@
5454
</blockquote>
5555
{%- endif -%}
5656
{{ 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+
<p>
66+
{%- endif -%}
5767
</article>
5868
</div>
5969
{%- assign assetsPath = '/webres/wwwroot' -%}

0 commit comments

Comments
 (0)