Skip to content

Commit

Permalink
fix:#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakumon committed Nov 22, 2017
1 parent b534374 commit 91ae6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1><a href="{{ href }}">{{ post.title }}</a></h1>
</div>
</div>
{% if site.leancloud.app_id and site.leancloud.app_key and site.leancloud.app_class and site.isdebug == false %}
<script src="https://cdn1.lncld.net/static/js/av-min-1.2.1.js"></script>
<script src="https://cdn1.lncld.net/static/js/3.4.1/av-min.js"></script>
<script>
$(function() {
AV.init({
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1 itemprop="headline" itemprop="name headline">{{ __return }}</h1>
});
</script>
{% if page.key and site.leancloud.app_id and site.leancloud.app_key and site.leancloud.app_class and site.isdebug == false %}
<script src="https://cdn1.lncld.net/static/js/av-min-1.2.1.js"></script>
<script src="https://cdn1.lncld.net/static/js/3.4.1/av-min.js"></script>
<script type="text/javascript">
$(function() {
// 初始化
Expand Down

0 comments on commit 91ae6d8

Please sign in to comment.