-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathfooter.yml
73 lines (65 loc) · 2.08 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
# 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: usda
# Configuration for "Return to top" link.
# Customize with 'title' and 'href' properties.
# Comment out to the following section to hide.
top:
title: Return to top
url: "#"
# Configuration for "Edit this page" link in the footer.
# Customize with 'title' 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: USDA Agricultural Research Service
blurb:
title: ABOUT
text: SCINet is a USDA <a href='https://www.ars.usda.gov/'>Agricultural Research Service</a> initiative.
url: /about/organization
# Configuration for agency logo(s) (shown side by side).
# If the logo is external add external: true
#logos:
# - src: /assets/img/site/SCINet_logo.svg
# alt: SCINet
# height: 75
# url: /
# 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)
- title: Twitter
url: https://twitter.com/USDA_ARS
external: true
type: x
- title: Contact VRSC
url: mailto:[email protected]
external: true
type: mail
# - title: YouTube
# url: https://youtube.com
# external: true
# type: youtube
# - title: RSS Feed
# url: https://usa.gov/
# external: true
# type: rss
# heading: Contact us
# Configuration for contact links for email, phone, etc...
# contact_links:
# - title: [email protected]
# url: mailto:[email protected]