diff --git a/public/views/error.ejs b/public/views/error.ejs index e208d778a..df951d4ac 100644 --- a/public/views/error.ejs +++ b/public/views/error.ejs @@ -13,7 +13,6 @@

<%- code %> <%- detail %> <%- msg %>

- <%- include hedgedoc/footer %> diff --git a/public/views/hedgedoc.ejs b/public/views/hedgedoc.ejs index cfedb2b56..f17150c49 100644 --- a/public/views/hedgedoc.ejs +++ b/public/views/hedgedoc.ejs @@ -8,7 +8,7 @@ <%- include hedgedoc/header %> <%- include hedgedoc/body %> - <%- include hedgedoc/foot %> + <%- include hedgedoc/footer %> diff --git a/public/views/hedgedoc/foot.ejs b/public/views/hedgedoc/footer.ejs similarity index 100% rename from public/views/hedgedoc/foot.ejs rename to public/views/hedgedoc/footer.ejs diff --git a/public/views/index.ejs b/public/views/index.ejs index 5732db4a3..0da58bcd3 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -9,7 +9,6 @@ <%- include index/header %> <%- include index/body %> <%- include index/footer %> - <%- include index/foot %> diff --git a/public/views/index/foot.ejs b/public/views/index/foot.ejs deleted file mode 100644 index 638f4930b..000000000 --- a/public/views/index/foot.ejs +++ /dev/null @@ -1,12 +0,0 @@ -<% if(useCDN) { %> - - - - - - - -<%- include ../build/cover-scripts %> -<% } else { %> -<%- include ../build/cover-pack-scripts %> -<% } %> \ No newline at end of file diff --git a/public/views/index/footer.ejs b/public/views/index/footer.ejs index e69de29bb..638f4930b 100644 --- a/public/views/index/footer.ejs +++ b/public/views/index/footer.ejs @@ -0,0 +1,12 @@ +<% if(useCDN) { %> + + + + + + + +<%- include ../build/cover-scripts %> +<% } else { %> +<%- include ../build/cover-pack-scripts %> +<% } %> \ No newline at end of file