From a5c4da8ea8bce7779bd6105d649cd1a2e67c3bfd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 16 May 2019 07:33:06 +0200 Subject: added draft type --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 6d1b6c7..630ca1a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -125,7 +125,7 @@ const processMarkdown = (file) => { let post = nunjucks.render(`${meta.layout}.njk`, { content: md.render(raw.join('')), - title: meta.title.substring(0, 65), + title: meta.title, //.substring(0, 65) description: meta.description, css: ``, javascript: ``, -- cgit v1.2.3