diff --git a/plist_example.html b/plist_example.html
index dc578be..f42d8de 100644
--- a/plist_example.html
+++ b/plist_example.html
@@ -50,7 +50,7 @@ h1 a{margin-left: 4px;margin-top: 16px;}
@@ -94,6 +94,8 @@ document.title=blogBase["title"];
document.getElementById("avatarImg").src=blogBase["avatarUrl"];
document.getElementById("blogTitle").innerHTML=blogBase["displayTitle"];
document.getElementById("blogSubTitle").innerHTML=blogBase["subTitle"];
+document.getElementById("searchSite").setAttribute("value",blogBase["homeUrl"]);
+
document.getElementById("changeTheme").setAttribute("title",i18n[0]);
document.getElementById("buttonLink").setAttribute("title",i18n[3]);
document.getElementById("buttonAbout").setAttribute("title",i18n[4]);
diff --git a/post_example.html b/post_example.html
index 879406e..18620f3 100644
--- a/post_example.html
+++ b/post_example.html
@@ -159,7 +159,6 @@ function iFrameLoading(){
document.getElementById("cmButton").style.display="none";
console.log("utterances Load OK");
}
-
}
}