Sponsors
Usage
To populate <Sponsors>
you will want to set the theme config here.
You can also customize or disable the sponsors on a per-page basis with frontmatter.
html
<Sponsors
title="Sponsors"
text="your logo?"
link="https://path/to/become/sponsor/"
/>
Example - Defaults
html
<Sponsors />
SPONSORS
Example - Customize
html
<Sponsors
title="MASSIVE PROPS TO"
text="Can HaZ ProPs 2?"
link="https://lando.dev/sponsor"
/>
MASSIVE PROPS TO
Example - Sponsors Only
html
<Sponsors
:title="false"
:text="false"
:link="false"
/>
NOTE
You must use :prop
e.g. :title
to parse "false"
correctly.