Fix title on index

This commit is contained in:
Thibault “Adædra” Hamel 2024-06-14 04:14:43 +02:00
parent cf35cd7456
commit e9ee1d1015

View File

@ -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,