Modifier: is_weekday
Returns true
if date is a weekday.
date: December 25 2015
{{ if date | is_weekday }}
true
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.
Returns true
if date is a weekday.
date: December 25 2015
{{ if date | is_weekday }}
true
Learn how to use and chain modifiers in the Antlers template guide.