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