补上副标题“MDtoHTML”

pull/2/head
东子 2018-12-13 22:26:03 +08:00
parent 97733de2d0
commit 9442d9c1d0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
// 设置网页标题为第一个H标签的内容
var hText = $(":header:first").text(); // 取第一个标题Hx元素
if(hText.length > 0) {
$('title').text(hText); // 设置文档标题
$('title').text(hText + " - MDtoHTML"); // 设置文档标题
}
});
</script>