Footer
A page footer rendered as <footer>. Same structure as nav: — accepts logo: and link: children. The logo: is pushed to the left; links follow to the right.
Basic usage
footer:
logo: My App
link: Privacy → /privacy
link: Terms → /terms
link: Contact → /contact
With emoji
footer:
logo: 🎬 My App
link: GitHub → https://github.com
link: Twitter → https://twitter.com
Children
| Child | Description |
|---|---|
logo: | Brand name. Pushed left via margin-right: auto. |
link: Label → /path | Footer link. Accepts any destination type. |
Partials
Like nav:, footer is typically shared across pages via import::
import: components/_footer.figdown