From 9442d9c1d0db0f56686b1c531418697a02c1c0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E5=AD=90?= Date: Thu, 13 Dec 2018 22:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=8A=E5=89=AF=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E2=80=9CMDtoHTML=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.php b/style.php index 253f5d1..ce28804 100644 --- a/style.php +++ b/style.php @@ -35,7 +35,7 @@ // 设置网页标题为第一个H标签的内容 var hText = $(":header:first").text(); // 取第一个标题(Hx)元素 if(hText.length > 0) { - $('title').text(hText); // 设置文档标题 + $('title').text(hText + " - MDtoHTML"); // 设置文档标题 } });