Is there a way to get dates to work with modifiers? I'm try to do this:
{{ now format="l" | lower }}
At the end of the day, I'm trying to get the current day of the week in lowercase format.
Is there a way to get dates to work with modifiers? I'm try to do this:
{{ now format="l" | lower }}
At the end of the day, I'm trying to get the current day of the week in lowercase format.