Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Jun 13, 2017
1 parent e1e53bb commit ff7792a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ npm install -save hexo-helper-live2d

将下面的代码加入主题。

通常添加在 `layout/layout.ejs``layout/_layout.swig` 中的 `</body>` 之前

ejs:
``` ejs
<%- live2d() %>
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Demo: [https://huaji8.top/post/live2d-plugin-2.0/](https://huaji8.top/post/liv
npm install -save hexo-helper-live2d
```

Add the next line to your hexo theme:
Add the next line to your hexo theme.

Usually added before `</body>` in `layout/layout.ejs` or `layout/_layout.swig`.

ejs:
``` ejs
Expand Down

0 comments on commit ff7792a

Please sign in to comment.