Built-In Helpers
Helpers allow you to run functions and transformations while the site is generated. For example we can calculate the time to read by combining divide
and length_words
functions.
We can also skip content if a condition happens
Log
Log makes debugging templates easier, it is ignored when creating the sites output but will create invoke a log in the console.
Split
Range
JSON
Sum
Subtract
Divide
Length
Pluck
Compare
Contains
@index
Last updated