diff --git a/gulpfile.js b/gulpfile.js index 2591dc5..8df74eb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -139,6 +139,7 @@ const renderArticle = () => { allArticles.sort(([, a], [, b]) => b.diff(a).toMillis()); const renderIndex = pug.compileFile("src/index.pug"); const contents = renderLayout({ + SITE_TITLE, asset, meta: { description: SITE_DESCRIPTION,