-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathfooter.yml
80 lines (71 loc) · 2.23 KB
/
footer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# This is the configuration for the site footer.
# Configuration for type of footer.
# Footer types can be 'slim', 'default', or 'big'.
# https://designsystem.digital.gov/components/footers/
type: default
# Configuration for "Return to top" link.
# Customize with 'text' and 'href' properties.
# Comment out to the following section to hide.
top:
text: Return to top
href: "#"
# Configuration for "Edit this page" link in the footer.
# Customize with 'text' property.
# Uncomment the following lines to show.
edit_page:
text: Edit this page
# Configuration for "Last updated" date and time.
# Uncomment the following line to show.
# last_updated: true
# Configuration for which links show at the top of the footer.
# this is a key into _data/navigation.yml
# links: footer
# Configuration for the big footer's email sign-up form.
# Set to true to make the form visible.
# Hooking it up to send the data somewhere is up to you :)
big_footer_signup_form: false
# Configuration for footer heading. (optional)
heading:
# Configuration for agency logo(s) (shown side by side).
# If the logo is external add external: true
logos:
- src: /assets/logo/logo-gsa.png
alt: General Services Administration
href: https://www.gsa.gov
- src: /assets/logo/logo-cio.png
alt: Federal CIO Council
href: https://www.cio.gov
# Configuration for footer contact links
contact:
# Configuration for social media links
# Comment out links you don't want to use (RSS is an example)
#social_links:
# - text: Facebook
# href: https://facebook.com
# external: true
# type: facebook
# - text: Twitter
# href: https://twitter.com
# external: true
# type: twitter
# - text: YouTube
# href: https://youtube.com
# external: true
# type: youtube
# - text: RSS Feed
# href: https://usa.gov/
# external: true
# type: rss
# Configuration for contact links for email, phone, etc...
heading: How We Use Your Data
contact_links:
- text: Privacy Policy
href: /privacy-policy/
- text: Website Policy
href: /website-policy/
- text: License
href: /license/
# - text: (800) CALL-GOVT
# href: tel:1-800-555-5555
# - text: [email protected]
# href: mailto:[email protected]