Remove title from data file
This commit is contained in:
parent
dc25ba4336
commit
e542d3247d
|
|
@ -1,10 +1,9 @@
|
|||
module.exports = {
|
||||
buildTime: new Date(),
|
||||
isProduction: process.env.NODE_ENV === 'production',
|
||||
title: "TheThomaas",
|
||||
url: "http://localhost:8080",
|
||||
description: "A blog built with Eleventy",
|
||||
lang: "fr",
|
||||
repository: "https://github.com/TheThomaas",
|
||||
repoSrc: "Github",
|
||||
url: "http://localhost:8080"
|
||||
repoSrc: "Github"
|
||||
}
|
||||
Loading…
Reference in a new issue