Category "nunjucks"

Check if page creation date is within the last 7 days with Eleventy and Nunjucks?

I posted a few days ago about having a way to check for newly created posts, and I am making some headway in this but got a little stuck as shortcodes are still

How can I repeat a nunjucks block in the same file?

I'm working on a static site that is using gulp and nunjucks. For example, say I have a block for an article's title that I want to display in two places on th

Nunjucks check for object or string

How can I check if a variable is an object or string in an if block? It seems one can not call functions inside the {% if ... %} block. And the other {{ if() }