mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Move body.html lines for linenumbers example into own partial
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
<!-- hide Highlight.js line numbers -->
|
||||||
|
<style>
|
||||||
|
.hljs-ln-numbers {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,8 +1 @@
|
|||||||
<!-- override this partial to add content before the body tag closes -->
|
<!-- override this partial to add content before the body tag closes -->
|
||||||
|
|
||||||
<!-- hide Highlight.js line numbers -->
|
|
||||||
<style>
|
|
||||||
.hljs-ln-numbers {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user