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:
Diffstat (limited to 'layouts/partials/reveal-hugo/body.html')
-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