Skip to content

Commit eb131ff

Browse files
authored
Write out month in release date
1 parent 8a8edb1 commit eb131ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

topics/ejs/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ url: https://ejs.co
77
related: javascript, jinja2, liquid, templating, handlebars, mustache-js, pug, nunjucks
88
created_by: Matthew Eernisse, Tiancheng “Timothy” Gu
99
github_url: https://github.com/mde/ejs
10-
released: Feb 6, 2015
10+
released: February 6, 2015
1111
---
12-
**EJS** (**E**mbedded **J**ava**S**cript templating). is a templating language that allows JavaScript to be integrated into the creation of HTML files through embedded statements.
13-
It unifies the two languages to assist the creation of complex HTML documents at build time.
14-
EJS uses vanilla JavaScript so that a minimal amount of new knowledge is needed to use it.
12+
**EJS** (**E**mbedded **J**ava**S**cript templating). is a templating language that allows JavaScript to be integrated into the creation of HTML files through embedded statements. It unifies the two languages to assist the creation of complex HTML documents at build time. EJS uses vanilla JavaScript so that a minimal amount of new knowledge is needed to use it.

0 commit comments

Comments
 (0)