From 2e17b32dddc91291457779abcb43cb4a7e5e91a3 Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Mon, 24 Feb 2020 12:37:33 +0100 Subject: [PATCH] Move body.html lines for linenumbers example into own partial --- .../reveal-hugo/body.html | 6 ++++++ layouts/partials/reveal-hugo/body.html | 9 +-------- 2 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 exampleSite/layouts/partials/highlightjs-linenumbers-example/reveal-hugo/body.html diff --git a/exampleSite/layouts/partials/highlightjs-linenumbers-example/reveal-hugo/body.html b/exampleSite/layouts/partials/highlightjs-linenumbers-example/reveal-hugo/body.html new file mode 100644 index 0000000..64a94d9 --- /dev/null +++ b/exampleSite/layouts/partials/highlightjs-linenumbers-example/reveal-hugo/body.html @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/layouts/partials/reveal-hugo/body.html b/layouts/partials/reveal-hugo/body.html index 3e445a6..f2dd4bf 100644 --- a/layouts/partials/reveal-hugo/body.html +++ b/layouts/partials/reveal-hugo/body.html @@ -1,8 +1 @@ - - - - \ No newline at end of file + \ No newline at end of file