@ -2803,7 +2803,7 @@ function defaultheaders(title, tags = "")
"---",
"title: " + title,
"date: " + timestamp().substr(0,10),
"tags: " + (tags || ""),
"tags: " + (tags || currenttag || ""),
"",""].join("\n");
}