Skip to content

Commit

Permalink
Change: move scripts to the end of the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Nov 4, 2016
1 parent 96871b1 commit 4dd20c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ <h3 class="masthead-title">
})();

</script>

{% include inf.html %}

</body>
</html>
1 change: 0 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ <h3>Related posts</h3>
</aside>
{% endif %}

{% include inf.html %}
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ <h1 class="post-title">
{% endif %}
</div>
</div>

{% include inf.html %}

0 comments on commit 4dd20c1

Please sign in to comment.