From e9ee1d1015edc52623d6444dff10ca57c85ce206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20=E2=80=9CAd=C3=A6dra=E2=80=9D=20Hamel?= Date: Fri, 14 Jun 2024 04:14:43 +0200 Subject: [PATCH] Fix title on index --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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,