diff --git a/plist_example.html b/plist_example.html index 5a8bfc5..15d6694 100644 --- a/plist_example.html +++ b/plist_example.html @@ -74,7 +74,7 @@ h1 a{margin-left: 4px;margin-top: 16px;} var blogBase=%s -var i18nEN=["switch theme","website run","days","links","about me","Search"]; +var i18nEN=["switch theme","website run "," days","links","about me","Search"]; var i18nCN=["切换主题","网站运行","天","友情链接","关于","搜索"]; if(blogBase["i18n"]=="CN"){var i18n=i18nCN;} else{var i18n=i18nEN;} @@ -96,7 +96,7 @@ document.getElementById("blogTitle").innerHTML=blogBase["title"].substring(1); document.getElementById("blogSubTitle").innerHTML=blogBase["subTitle"]; document.getElementById("changeTheme").setAttribute("title",i18n[0]); document.getElementById("buttonLink").setAttribute("title",i18n[3]); -document.getElementById("buttonLink").setAttribute("title",i18n[4]); +document.getElementById("buttonAbout").setAttribute("title",i18n[4]); document.getElementById("buttonSearch").innerHTML=i18n[5]; if(blogBase["filingNum"]!=""){document.getElementById("filingNum").innerHTML=blogBase["filingNum"]+" • ";} diff --git a/post_example.html b/post_example.html index a46fd50..3d4431a 100644 --- a/post_example.html +++ b/post_example.html @@ -59,7 +59,7 @@ h1 {display:flex;} var blogBase=%s -var i18nEN=["switch theme","website run","days","Home"]; +var i18nEN=["switch theme","website run "," days","Home"]; var i18nCN=["切换主题","网站运行","天","首页"]; if(blogBase["i18n"]=="CN"){var i18n=i18nCN;} else{var i18n=i18nEN;}