This component is used by most themes as the header of the site. The package interace for this component is called fastn.dev/header
.

header
include the header using this
-- import: fastn.dev/header
-- header.header:
logo: images/foo.png
The header supports the following features.
-- import: fastn.dev/header
-- header.header:
logo: images/foo.png
The header supports the following features.
Logo can be configured using fastn.site-logo
. Header automatically picks this value. Logo is optional, if logo is not given only site name is shown if present.
configuring logo in config.ftd
-- import: fastn
-- fastn.site-logo: images/logo.png
-- import: fastn
-- fastn.site-logo: images/logo.png
Site name can be specified in fastn.site-name
. This value is optional, it is shown only when it is present.
configuring logo in config.ftd
-- import: fastn
-- fastn.site-logo: images/logo.png
-- import: fastn
-- fastn.site-logo: images/logo.png
Header links can be specified using `fastn.