--footer
option serves as a convenient way to add a footer to your fastn web projects.Logo: The fastn website logo is placed in the top-left corner of the footer. Clicking on the logo leads back to the homepage.
Footer Links: The primary navigation, referred to as sections in fastn.sitemap, is displayed as a horizontal list of links positioned on the right side of the logo.
fastn.sitemap
is placed in the footer.
footer
dependency into your FASTN.ftd-- fastn.dependency: fastn-community.github.io/footer
-- basic-footer
-- import: fastn-community.github.io/footer
-- footer.basic-footer:
footer-links: $footer.sitemap.sections
copyright: Copyright © 2023 - [FifthTry.com](https://www.fifthtry.com/)
site-name: fastn
site-url: index.html
site-logo: $assets.files.assets.ipsum-logo.svg
logo-height: 42
basic-footer
.footer-links
required
)fastn.sitemap
sections.copyright
optional
)site-url
optional
)site-name
and
site-logo
. Onclick of site-name
or site-logo
page will be redirected to
site-url
link you add as a value to this property.logo-height
optional
, default: 32 pixels)site-logo
property. Just add a integer value to this property the height of the logo will
change in that value pixels.