Skip to content

Instantly share code, notes, and snippets.

@youxiachai
Created April 5, 2013 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youxiachai/5317895 to your computer and use it in GitHub Desktop.
Save youxiachai/5317895 to your computer and use it in GitHub Desktop.
hexo 主题内容: Page 相关模板:post, page
{
"title": "",
"date": "2013-04-05T14:38:36.000Z",
"updated": "2013-04-05T14:38:41.000Z",
"comments": true,
"layout": "page",
"content": "<!DOCTYPE html>\n<html>\n<head>\n <title></title>\n</head>\n<body>\nI am tom\n</body>\n</html>",
"excerpt": "<!DOCTYPE html>\n<html>\n<head>\n <title></title>\n</head>\n<body>\nI am tom\n</body>\n</html>",
"source": "about/index.html",
"path": "about/index.html",
"ctime": "2013-04-05T14:38:36.000Z",
"mtime": "2013-04-05T14:38:41.000Z",
"permalink": "http://yoursite.com/about/index.html",
"full_path": "D:\\hexo11/source/about/index.html",
"_id": 1
}
@youxiachai
Copy link
Author

example :
<%= page.title %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment