Skip to content

Commit

Permalink
Merge pull request #53 from bearpaw/master
Browse files Browse the repository at this point in the history
修正totop图标在非网站根目录下无法显示的bug,感谢来自 @bearpaw 的PR。
  • Loading branch information
xiangming committed Jan 27, 2015
2 parents b2178bf + c9ff65d commit 11baf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/totop.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div id="totop">
<a title="<%= __('totop')%>"><img src="/img/scrollup.png"/></a>
<a title="<%= __('totop')%>"><img src="<%- url_for() %>/img/scrollup.png"/></a>
</div>

0 comments on commit 11baf9d

Please sign in to comment.