diff --git a/public/views/head.ejs b/public/views/head.ejs index 3ec4cd6..f1cdff1 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -40,10 +40,4 @@ <%- include build/index-header %> - - - +<%- include polyfill %> \ No newline at end of file diff --git a/public/views/index.ejs b/public/views/index.ejs index fec6fae..f1b4e02 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -32,6 +32,7 @@ <% } %> <%- include build/cover-header %> + <%- include polyfill %> diff --git a/public/views/polyfill.ejs b/public/views/polyfill.ejs new file mode 100644 index 0000000..5c88564 --- /dev/null +++ b/public/views/polyfill.ejs @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 5e76fc6..502aae4 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -34,13 +34,7 @@ <%- include build/pretty-header %> - - - + <%- include polyfill %> diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 0570b5f..437f0c9 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -50,13 +50,7 @@ document.getElementsByTagName( 'head' )[0].appendChild( link ); - - - + <%- include polyfill %>