PageFactory (Kirby Plugin)

Color()

Just wraps given text in a <span> tag with style attribute applying text color.

color()

Renders text in given color.

Arguments

text
Text to which to apply color. (default: false)
color
The color. (default: false)

Example

Lorem {{ color('Ipsum', red) }} Dolor

Lorem Ipsum Dolor