Skip to content

Commit

Permalink
fix: move <script> to the front of </body>
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Oct 4, 2019
1 parent 858f2a8 commit 0323fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
{{ partial "back-to-top.html" . }}
{{ partial "footer.html" . }}
</div>
{{ partial "script.html" . }}
</body>
{{ partial "script.html" . }}
</html>

0 comments on commit 0323fda

Please sign in to comment.