forked from WhiteHouse/datacenters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.yml
executable file
·67 lines (58 loc) · 1.76 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
# This is the configuration for the site footer.
# Configuration for type of footer.
# Footer types can be only be medium at the moment
type: medium
# 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 line 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 footer heading. (optional)
heading: Office of Management and Budget
# Configuration for agency logo(s) (shown side by side).
# If the logo is external add external: true
logos:
- src: /assets/img/eop-omb.png
alt: OMB
external: true
# 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
heading: Office of the Federal Chief Information Officer
# Configuration for contact links for email, phone, etc...
contact_links:
- text: policy.cio.gov
href: https://policy.cio.gov/
- text: [email protected]
href: mailto:[email protected]
top: false