Skip to content

Commit bc0eb57

Browse files
authored
Include page last modified date in footer. (#4034)
1 parent e6f614b commit bc0eb57

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_includes/footer.html

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<div class="usa-footer-contact-links usa-width-one-half align-right">
2222

2323
<small>
24+
{% if page.date %}
25+
Page last modified {{ page.date | date: "%B %e, %Y" }}.
26+
{% endif %}
2427
<a
2528
href="https://github.com/18F/handbook/edit/main/{{ page.inputPath | url }}"
2629
class="usa-sidenav-edit"

federalist.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"fullClone": true
3+
}

0 commit comments

Comments
 (0)