Button
A button with icon and text
👁️ PREVIEW
{%
include button.html
type="github"
link="some_github_handle"
icon="fa-brands fa-github"
text="Follow us on GitHub"
tooltip="Follow us on GitHub for new releases"
flip=true
style="bare"
%}
Parameter
Description
Default
type
When specified, looks up default/fallback values for unspecified parameters from /_data/types.yaml
.
link
URL to link to, without any prefixes like @, www., etc.
From type
text
Text next to icon.
From type
tooltip
Text to show when hovering over the button.
From type
flip
Flip the order of icon and text.
false
(icon left of text)
style
Visual style of the button. Set to bare
for a more plain style.
Typical button appearance
Last updated