Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
updating comments to make more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Weber committed Feb 16, 2018
1 parent e1bb7bc commit 76100f4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
48 changes: 27 additions & 21 deletions _data/footer.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,44 @@
# This is the configuration for the site footer.

# this defines the type of footer
# header types can be only be medium at the moment
# Configuration for type of footer.
# Footer types can be only be medium at the moment
type: medium

# Used to show the "Return to top" link; can also be
# configured as an object with 'text' and 'href' properties.
# 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: '#'

# Used to show an "Edit this page" link at the bottom of the page.
# The text is configurable and the link is built from the _comfig.yml.
# 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

# Used to show the "Last updated" date and time;
# Configuration for "Last updated" date and time.
# Uncomment the following line to show.
# last_updated: true

# Which links to show at the top of the footer.
# This can key into _data/navigation.yml or a list of link objects
# with 'text' and 'href' properties.
# Configuration for which links show at the top of the footer.
# this is a key into _data/navigation.yml
links: footer

# The optional heading for the footer.
# Configuration for footer heading. (optional)
heading: Name of agency

# An array of agency logos to show, side by side, in the lower left
# of the footer on large screens.
# Configuration for agency logo(s) (shown side by side).
# If the logo is external add external: true
logos:
- src: /assets/img/us_seal.png
alt: Your agency name
- src: https://18f.gsa.gov/assets/img/logos/18f-logo.svg
alt: 18F
external: true

# This controls the contact section of the footer
# Configuration for footer contact links
contact:
heading: Agency contact center
# 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
Expand All @@ -48,10 +52,12 @@ contact:
href: https://youtube.com
external: true
type: youtube
- text: RSS Feed
href: https://usa.gov/
external: true
type: rss
# - text: RSS Feed
# href: https://usa.gov/
# external: true
# type: rss
heading: Agency contact center
# Configuration for contact links for email, phone, etc...
contact_links:
- text: (800) CALL-GOVT
href: tel:1-800-555-5555
Expand Down
22 changes: 11 additions & 11 deletions _data/header.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# This is the configuration for the site header.

# Uncomment this statement (by removing the leading '# ') to set the
# header title differently from the site's title (as defined in
# _config.yml).
# Set header title differently from the site's title (as defined in _config.yml).
# Uncomment the following line to use the header title.
# title: Header title

title: ""

# Used to show or hide the official usa banner at the top of the site.
# Comment out to the following line to hide the usa banner.
# Show or hide the official USA banner at the top of the site.
# Comment out to the following line to hide.
usa_banner: true

# this defines the type of header
# header types can be 'basic' or 'extended'
# Defines the type of header.
# Header types can be 'basic' or 'extended'.
# Basic - https://components.designsystem.digital.gov/components/detail/header--basic.html
# Extended - https://components.designsystem.digital.gov/components/detail/header--extended.html
type: extended

# this is a key into _data/navigation.yml
primary:
# this is a key into _data/navigation.yml
links: primary

# this is a key into _data/navigation.yml
secondary:
# this is a key into _data/navigation.yml
links: secondary

0 comments on commit 76100f4

Please sign in to comment.