removed title from default header

This commit is contained in:
quenousimporte 2023-11-15 08:44:15 +01:00
parent 241502a293
commit 4d483a19e6
1 changed files with 0 additions and 1 deletions

View File

@ -2944,7 +2944,6 @@ function defaultheaders(title, tags = "")
{
return [
"---",
"title: " + title,
"date: " + timestamp().substr(0,10),
"tags: " + (tags || settings.tagfilter || ""),
"---",