Skip to content

Commit aae52c5

Browse files
Move highlightjs to end of <body>
1 parent 9bf477c commit aae52c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

templates/footer.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@
3535
</div>
3636
</footer>
3737

38+
<!-- scripts -->
39+
<script src="/scripts/highlight.js"></script>

templates/headers.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
<link rel="stylesheet" href="/styles/app.css"/>
3030
<link rel="stylesheet" href="/styles/highlight.css"/>
3131

32-
<!-- scripts -->
33-
<script src="/scripts/highlight.js"></script>
34-
3532
<!-- favicon -->
3633
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
3734
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">

0 commit comments

Comments
 (0)