From 07a0c4f2640cb0f443691fa93016a7ea4210b516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:01:01 +0200 Subject: [PATCH 1/3] Add related to topic "nunjucks" --- topics/nunjucks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/nunjucks/index.md b/topics/nunjucks/index.md index 83538bd9938..27e884aafff 100644 --- a/topics/nunjucks/index.md +++ b/topics/nunjucks/index.md @@ -4,7 +4,7 @@ display_name: Nunjucks topic: nunjucks github_url: https://github.com/mozilla/nunjucks logo: nunjucks.jpg -related: jinja2, liquid +related: jinja2, liquid, javascript, templating, handlebars, mustache-js, ejs-templates released: September 2012 short_description: Templating language for JavaScript. url: https://mozilla.github.io/nunjucks/ From bdea915fa2d19f0feb57c1a4f752d4e26e257719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:01:26 +0200 Subject: [PATCH 2/3] Formatting and spelling in description --- topics/nunjucks/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/nunjucks/index.md b/topics/nunjucks/index.md index 27e884aafff..8f61ec2e8a1 100644 --- a/topics/nunjucks/index.md +++ b/topics/nunjucks/index.md @@ -9,6 +9,6 @@ released: September 2012 short_description: Templating language for JavaScript. url: https://mozilla.github.io/nunjucks/ --- -Nunjucks is a templating language that is compiled using JavaScript. -Although language agnostic it is typically used to create HTML files. +**Nunjucks** is a templating language that is compiled using JavaScript. +Although language-agnostic it is typically used to create HTML files. It allows for source code to be simplified using macros or blocks, avoiding repetition, and supports inheritance. From 45cef1b78de4250d8c0d36be86472cf7ea2030af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 8 Oct 2023 05:07:01 +0200 Subject: [PATCH 3/3] Related +1 --- topics/nunjucks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/nunjucks/index.md b/topics/nunjucks/index.md index 8f61ec2e8a1..bed883ff3c1 100644 --- a/topics/nunjucks/index.md +++ b/topics/nunjucks/index.md @@ -4,7 +4,7 @@ display_name: Nunjucks topic: nunjucks github_url: https://github.com/mozilla/nunjucks logo: nunjucks.jpg -related: jinja2, liquid, javascript, templating, handlebars, mustache-js, ejs-templates +related: jinja2, liquid, javascript, templating, handlebars, mustache-js, ejs-templates, pug released: September 2012 short_description: Templating language for JavaScript. url: https://mozilla.github.io/nunjucks/