Skip to content

Commit

Permalink
fix: scroll to Disqus comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Nov 29, 2015
1 parent 38b9463 commit 7ddd09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/article.ejs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</style> </style>
<div class="scroll"> <div class="scroll">
<a href="#" title="返回顶部"><i class="fa fa-arrow-up"></i></a> <a href="#" title="返回顶部"><i class="fa fa-arrow-up"></i></a>
<a href="#ds-thread" title="查看评论"><i class="fa fa-comments-o"></i></a> <a href="#comments" title="查看评论"><i class="fa fa-comments-o"></i></a>
<a href="#footer" title="转到底部"><i class="fa fa-arrow-down"></i></a> <a href="#footer" title="转到底部"><i class="fa fa-arrow-down"></i></a>
</div> </div>
<% } %> <% } %>
Expand Down
2 changes: 1 addition & 1 deletion layout/_partial/post/duoshuo.ejs
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="duoshuo"> <div class="duoshuo" id="comments">
<!-- 多说评论框 start --> <!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="<%=key%>" data-title="<%=title%>" data-url="<%=url%>"></div> <div class="ds-thread" data-thread-key="<%=key%>" data-title="<%=title%>" data-url="<%=url%>"></div>
<!-- 多说评论框 end --> <!-- 多说评论框 end -->
Expand Down

0 comments on commit 7ddd09b

Please sign in to comment.