Site Banner
The banner is an optional part of the website that appears at the very top of the home page. The color of it is light blue. It has two attributes: bannercontent and bannerlink.
These attributes are located in the _config.yml on line 13.
# Promo Banner
bannercontent:
bannerlink: https://csartisan.org/docs
The banner can be used for:
- Club collaborations
- School announcements
- Redirects
- Forms
- Messages
Adding the banner
- Locate and open
_config.ymlin the root directory. - Scroll to
# Promo Bannercomment (line 13) - Add your desired message after
bannercontent: - (Optional) Add your desired link after
bannerlink: - Check your staging site to confirm you have the desired link and content.
- Publish
Removing the banner
- Locate and open
_config.ymlin the root directory. - Scroll to
# Promo Bannercomment (line 13) - Remove all text after
bannercontent:
You don’t need to delete the link if you think you’ll use it again, keeping the link will still remove the banner.