Move body.html lines for linenumbers example into own partial

This commit is contained in:
Josh Dzielak
2020-02-24 12:37:33 +01:00
parent 035d8c8fe6
commit 2e17b32ddd
2 changed files with 7 additions and 8 deletions
@@ -0,0 +1,6 @@
<!-- hide Highlight.js line numbers -->
<style>
.hljs-ln-numbers {
display: none;
}
</style>
-7
View File
@@ -1,8 +1 @@
<!-- override this partial to add content before the body tag closes -->
<!-- hide Highlight.js line numbers -->
<style>
.hljs-ln-numbers {
display: none;
}
</style>