From 750607da01177acc734117818da0cc75cff1227f Mon Sep 17 00:00:00 2001 From: Xuankang Lin Date: Mon, 28 Jul 2014 23:08:18 -0400 Subject: [PATCH] fix the error when using 'hexo g' in v2.8.1 by adding double quotes in yml files error log: reason: 'incomplete explicit mapping pair; a key node is missed', .... --- languages/default.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/languages/default.yml b/languages/default.yml index d9f02ae..f220330 100644 --- a/languages/default.yml +++ b/languages/default.yml @@ -1,18 +1,18 @@ categories: Categories search: Search tags: Tags -tagcloud: Tag Cloud +tagcloud: "Tag Cloud" prev: Prev next: Next comment: Comments contents: Contents archive_a: Archives -archive_b: Archives: %s -page: Page %d -recent_posts: Recent Posts +archive_b: "Archives: %s" +page: "Page %d" +recent_posts: "Recent Posts" menu: Menu links: Links rss: RSS -showsidebar: Show Sidebar -hidesidebar: Hide Sidebar -updated: Updated \ No newline at end of file +showsidebar: "Show Sidebar" +hidesidebar: "Hide Sidebar" +updated: Updated