Eleventy Initium

Nunjucks

Nunjucks page example...


Filter

readableDate: 11 January 2026
htmlDateString: 11.01.2026...

urlize:

{{ text | urlize(length, nofollow) | safe }}

https://mozilla.github.io/nunjucks/templating.html#urlize

undefined: https://www.example.com/
null:
19: https://www.example


post

post.date:

page

date: Sun Jan 11 2026 02:51:08 GMT+0000 (Coordinated Universal Time)

dateString:

site

author.name: Your Name Here

dateFormat: { { site.dateFormat }}

Filter

{ { "" | year }}


page.date: Sun Jan 11 2026 02:51:08 GMT+0000 (Coordinated Universal Time)

page.date.toString(): { { page.date.toJSDate() }}

page.date.toUTCString(): Sun, 11 Jan 2026 02:51:08 GMT

{ { post.date | htmlDateString }}
{ { post.date | readableDate("LLLL yyyy") }}