Skip to content

Commit

Permalink
ReadMe.zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Tang committed Oct 26, 2016
1 parent 24d5089 commit 60d2570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ message: Welcome to my blog, enter password to read.
<div id="toc-div" class="toc-article" <% if (post.encrypt == true) { %>style="display:none" <% } %>>
<strong class="toc-title">Index</strong>
<% if (post.encrypt == true) { %>
<%- toc(post.origin, {list_number: true}) %>
<%- toc(post.origin) %>
<% } else { %>
<%- toc(post.content, {list_number: true}) %>
<%- toc(post.content) %>
<% } %>
</div>
<% } %>
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ message: Welcome to my blog, enter password to read.
<div id="toc-div" class="toc-article" <% if (post.encrypt == true) { %>style="display:none" <% } %>>
<strong class="toc-title">Index</strong>
<% if (post.encrypt == true) { %>
<%- toc(post.origin, {list_number: true}) %>
<%- toc(post.origin) %>
<% } else { %>
<%- toc(post.content, {list_number: true}) %>
<%- toc(post.content) %>
<% } %>
</div>
<% } %>
Expand Down

0 comments on commit 60d2570

Please sign in to comment.