diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f55664e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs/reveal.js"] + path = docs/reveal.js + url = https://github.com/hakimel/reveal.js.git diff --git a/docs/index.html b/docs/index.html index 90e671c..1d470cd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,9 +7,9 @@ - + - + @@ -18,7 +18,7 @@ var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; - link.href = 'http://cdn.jsdelivr.net/reveal.js/3.0.0/css/print/pdf.css'; + link.href = './reveal.js/css/print/pdf.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); } @@ -26,38 +26,38 @@