Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrBrutus <[omitted]>2020-02-16 15:07:00 +0300
committermrBrutus <[omitted]>2020-02-16 15:07:00 +0300
commitd0a10da55fa5c5259613a6f003f1a836cecc8453 (patch)
tree60a646b2cceb028eccca953b5d3be46f41242d83
parentba41c7c0719c66050cb6af77f0e3e55673845447 (diff)
hide Highlight.js line numbers
-rw-r--r--layouts/partials/reveal-hugo/body.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/layouts/partials/reveal-hugo/body.html b/layouts/partials/reveal-hugo/body.html
index f2dd4bf..3e445a6 100644
--- a/layouts/partials/reveal-hugo/body.html
+++ b/layouts/partials/reveal-hugo/body.html
@@ -1 +1,8 @@
-<!-- override this partial to add content before the body tag closes --> \ No newline at end of file
+<!-- override this partial to add content before the body tag closes -->
+
+<!-- hide Highlight.js line numbers -->
+<style>
+ .hljs-ln-numbers {
+ display: none;
+ }
+</style> \ No newline at end of file