Skip to main content

Button Module

This module allows you to add buttons.

Effect

Screenshot 2023-01-26 at 10.17.27 PM

Syntax

{% btn [optional size]::[name]::[url]::[optional icon] %}

For example, the above example:

A button with no parameters set {% btn button:: / %} is suitable for integration into paragraphs.

A regular button is suitable for being independent of paragraphs:

{% btn regular::example blog::https://www.ohevan.com::fa-solid fa-play-circle %}

large button is more emphasized, it is recommended to use it with center:

{% btn center large::start using::https://redefine-docs.ohevan.com::fa-solid fa-download %}

Variable options

[optional size] :

center, regular, large, center large, center regular

[optional icon] :

Fontawesome 图标名称,比如 fa-solid fa-house

More

For real site experience, please visit: Redefine Demo