From 33ca5bc0b787cb3cc963baa7cc1f54939abf1aef Mon Sep 17 00:00:00 2001 From: jcraitz Date: Mon, 14 Jun 2021 23:17:14 -0400 Subject: [PATCH] finished moving reveal.js to a git submodule --- .gitmodules | 3 +++ _layouts/slide.html | 23 +++++++---------------- reveal.js | 1 + 3 files changed, 11 insertions(+), 16 deletions(-) create mode 100644 .gitmodules create mode 160000 reveal.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..12123b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "reveal.js"] + path = reveal.js + url = https://github.com/hakimel/reveal.js.git diff --git a/_layouts/slide.html b/_layouts/slide.html index 564e3c2..d1b7182 100755 --- a/_layouts/slide.html +++ b/_layouts/slide.html @@ -25,24 +25,15 @@ - + {%if page.theme %} - + {% else %} - + {% endif %} - - - - + @@ -61,7 +52,7 @@ - +