forked from USDA-ARS-GBRU/scinet-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.yml
65 lines (56 loc) · 1.83 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
# This is the configuration for the site footer.
# Configuration for type of footer.
# Footer types can be 'slim', 'medium', or 'big'.
# https://designsystem.digital.gov/components/footers/
type: big
# 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 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: USDA Agricultural Research Service
# Configuration for agency logo(s) (shown side by side).
# If the logo is external add external: true
logos:
- src: /assets/img/usda-symbol-rgb-color.svg
alt: USDA-ARS
external: false
# 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: Twitter
href: https://twitter.com/USDA_ARS
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: Contact us
# Configuration for contact links for email, phone, etc...
contact_links:
- text: [email protected]
href: mailto:[email protected]