Footer Simple

footer_simple renders the standard landing footer with copyright text, optional links, and an optional GitHub icon.

When to Use

Use it at the end of landing pages and simple marketing pages. Keep footer links minimal so the primary conversion path stays clear.

Usage

{{ footer_simple(
container="lg",
links="Docs|/docs,GitHub|https://github.com/varavelio/varapress"
) }}

Live Example

Parameters

ParameterDescription
containerInner content width for the footer.
copyrightOptional custom copyright text.
linksComma-separated `label
show_githubSet to false to hide the GitHub icon link.
classAdditional CSS classes on the footer.