diff --git a/botanjs/src/Astro/Blog/AstroEdit/SiteLibrary.js b/botanjs/src/Astro/Blog/AstroEdit/SiteLibrary.js index 3478892..848c1f1 100644 --- a/botanjs/src/Astro/Blog/AstroEdit/SiteLibrary.js +++ b/botanjs/src/Astro/Blog/AstroEdit/SiteLibrary.js @@ -53,8 +53,8 @@ { return [ new DataKey("id", data.id) - , new DataKey("title", data.name) - , new DataKey("author", data.author) + , new DataKey("title", decodeURI(data.name)) + , new DataKey("author", decodeURI(data.author)) , new DataKey("hash", data.hash) ]; }