We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f614b commit bc0eb57Copy full SHA for bc0eb57
_includes/footer.html
@@ -21,6 +21,9 @@
21
<div class="usa-footer-contact-links usa-width-one-half align-right">
22
23
<small>
24
+ {% if page.date %}
25
+ Page last modified {{ page.date | date: "%B %e, %Y" }}.
26
+ {% endif %}
27
<a
28
href="https://github.com/18F/handbook/edit/main/{{ page.inputPath | url }}"
29
class="usa-sidenav-edit"
federalist.json
@@ -0,0 +1,3 @@
1
+{
2
+ "fullClone": true
3
+}
0 commit comments